Gradient Bazaar

Gradient and text preview:

This paragraph uses color with hex code 7A595D. Color of text is in garmony with gradient primary color 98777B.

Stat info: Views 910 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #98777B 152.119.123
Secondary color #89686C 137.104.108
Border color #7A595D 122.89.93
Box shadow color #A7868A 167.134.138
Text color 1234567890 #7A595D 122.89.93

CSS3 styles:

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