Gradient Light Coral

Gradient and text preview:

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

Stat info: Views 428 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #F08080 240.128.128
Secondary color #E17171 225.113.113
Border color #D26262 210.98.98
Box shadow color #FF8F8F 255.143.143
Text color 1234567890 #D26262 210.98.98

CSS3 styles:

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