Gradient Tan

Gradient and text preview:

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

Stat info: Views 396 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #D2B48C 210.180.140
Secondary color #C3A57D 195.165.125
Border color #B4966E 180.150.110
Box shadow color #E1C39B 225.195.155
Text color 1234567890 #B4966E 180.150.110

CSS3 styles:

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