Gradient Artichoke

Gradient and text preview:

This paragraph uses color with hex code 71795B. Color of text is in garmony with gradient primary color 8F9779.

Stat info: Views 1056 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #8F9779 143.151.121
Secondary color #80886A 128.136.106
Border color #71795B 113.121.91
Box shadow color #9EA688 158.166.136
Text color 1234567890 #71795B 113.121.91

CSS3 styles:

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