Gradient Eucalyptus

Gradient and text preview:

This paragraph uses color with hex code 26B98A. Color of text is in garmony with gradient primary color 44D7A8.

Stat info: Views 204 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #44D7A8 68.215.168
Secondary color #35C899 53.200.153
Border color #26B98A 38.185.138
Box shadow color #53E6B7 83.230.183
Text color 1234567890 #26B98A 38.185.138

CSS3 styles:

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