Gradient Jade

Gradient and text preview:

This paragraph uses color with hex code 008A4D. Color of text is in garmony with gradient primary color 00A86B.

Stat info: Views 284 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #00A86B 0.168.107
Secondary color #00995C 0.153.92
Border color #008A4D 0.138.77
Box shadow color #0FB77A 15.183.122
Text color 1234567890 #008A4D 0.138.77

CSS3 styles:

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