Gradient Peru

Gradient and text preview:

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

Stat info: Views 368 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CD853F 205.133.63
Secondary color #BE7630 190.118.48
Border color #AF6721 175.103.33
Box shadow color #DC944E 220.148.78
Text color 1234567890 #AF6721 175.103.33

CSS3 styles:

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