Gradient Pastel Orange

Gradient and text preview:

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

Stat info: Views 204 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FFB347 255.179.71
Secondary color #F0A438 240.164.56
Border color #E19529 225.149.41
Box shadow color #FFC256 255.194.86
Text color 1234567890 #E19529 225.149.41

CSS3 styles:

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