Gradient Peach-Orange

Gradient and text preview:

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

Stat info: Views 400 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FFCC99 255.204.153
Secondary color #F0BD8A 240.189.138
Border color #E1AE7B 225.174.123
Box shadow color #FFDBA8 255.219.168
Text color 1234567890 #E1AE7B 225.174.123

CSS3 styles:

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