Gradient Gold (Web) (Golden)

Gradient and text preview:

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

Stat info: Views 10868 Like 5

Used color codes:

Item Demo HEX code RGB code
Primary color #FFD700 255.215.0
Secondary color #F0C800 240.200.0
Border color #E1B900 225.185.0
Box shadow color #FFE60F 255.230.15
Text color 1234567890 #E1B900 225.185.0

CSS3 styles:

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