Gradient Coral

Gradient and text preview:

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

Stat info: Views 534 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF7F50 255.127.80
Secondary color #F07041 240.112.65
Border color #E16132 225.97.50
Box shadow color #FF8E5F 255.142.95
Text color 1234567890 #E16132 225.97.50

CSS3 styles:

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