Gradient Light Salmon Pink

Gradient and text preview:

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

Stat info: Views 384 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF9999 255.153.153
Secondary color #F08A8A 240.138.138
Border color #E17B7B 225.123.123
Box shadow color #FFA8A8 255.168.168
Text color 1234567890 #E17B7B 225.123.123

CSS3 styles:

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