Gradient Bronze

Gradient and text preview:

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

Stat info: Views 2848 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CD7F32 205.127.50
Secondary color #BE7023 190.112.35
Border color #AF6114 175.97.20
Box shadow color #DC8E41 220.142.65
Text color 1234567890 #AF6114 175.97.20

CSS3 styles:

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