Gradient Light Deep Pink

Gradient and text preview:

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

Stat info: Views 219 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FF5CCD 255.92.205
Secondary color #F04DBE 240.77.190
Border color #E13EAF 225.62.175
Box shadow color #FF6BDC 255.107.220
Text color 1234567890 #E13EAF 225.62.175

CSS3 styles:

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