Gradient Goldenrod

Gradient and text preview:

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

Stat info: Views 562 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DAA520 218.165.32
Secondary color #CB9611 203.150.17
Border color #BC8702 188.135.2
Box shadow color #E9B42F 233.180.47
Text color 1234567890 #BC8702 188.135.2

CSS3 styles:

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