Gradient Folly

Gradient and text preview:

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

Stat info: Views 213 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF004F 255.0.79
Secondary color #F00040 240.0.64
Border color #E10031 225.0.49
Box shadow color #FF0F5E 255.15.94
Text color 1234567890 #E10031 225.0.49

CSS3 styles:

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