Gradient Harlequin

Gradient and text preview:

This paragraph uses color with hex code 21E100. Color of text is in garmony with gradient primary color 3FFF00.

Stat info: Views 240 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #3FFF00 63.255.0
Secondary color #30F000 48.240.0
Border color #21E100 33.225.0
Box shadow color #4EFF0F 78.255.15
Text color 1234567890 #21E100 33.225.0

CSS3 styles:

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