Gradient Peach Puff

Gradient and text preview:

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

Stat info: Views 347 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FFDAB9 255.218.185
Secondary color #F0CBAA 240.203.170
Border color #E1BC9B 225.188.155
Box shadow color #FFE9C8 255.233.200
Text color 1234567890 #E1BC9B 225.188.155

CSS3 styles:

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