Gradient Blush

Gradient and text preview:

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

Stat info: Views 277 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DE5D83 222.93.131
Secondary color #CF4E74 207.78.116
Border color #C03F65 192.63.101
Box shadow color #ED6C92 237.108.146
Text color 1234567890 #C03F65 192.63.101

CSS3 styles:

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