Gradient Lust

Gradient and text preview:

This paragraph uses color with hex code C80202. Color of text is in garmony with gradient primary color E62020.

Stat info: Views 266 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E62020 230.32.32
Secondary color #D71111 215.17.17
Border color #C80202 200.2.2
Box shadow color #F52F2F 245.47.47
Text color 1234567890 #C80202 200.2.2

CSS3 styles:

background: #E62020;
color: #C80202;
background: linear-gradient(to bottom, #E62020 0%, #D71111 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E62020), color-stop(100%, #D71111));
background: -webkit-linear-gradient(top, #E62020 0%, #D71111 100%);
background: -moz-linear-gradient(top, #E62020 0%, #D71111 100%);
background: -o-linear-gradient(top, #E62020 0%, #D71111 100%);
background: -ms-linear-gradient(top, #E62020 0%, #D71111 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62020', endColorstr='#D71111', GradientType=0);
border: 1px solid #C80202;
text-shadow: 0 1px 0 #F52F2F;
-webkit-text-shadow: 0 1px 0 #F52F2F;
-moz-text-shadow: 0 1px 0 #F52F2F;
box-shadow: inset 0 1px 0 #F52F2F;
-webkit-box-shadow: inset 0 1px 0 #F52F2F;
-moz-box-shadow: inset 0 1px 0 #F52F2F;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.