Gradient Metallic Sunburst

Gradient and text preview:

This paragraph uses color with hex code 7E5E1A. Color of text is in garmony with gradient primary color 9C7C38.

Stat info: Views 182 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #9C7C38 156.124.56
Secondary color #8D6D29 141.109.41
Border color #7E5E1A 126.94.26
Box shadow color #AB8B47 171.139.71
Text color 1234567890 #7E5E1A 126.94.26

CSS3 styles:

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