Gradient Piggy Pink

Gradient and text preview:

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

Stat info: Views 189 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FDDDE6 253.221.230
Secondary color #EECED7 238.206.215
Border color #DFBFC8 223.191.200
Box shadow color #FFECF5 255.236.245
Text color 1234567890 #DFBFC8 223.191.200

CSS3 styles:

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