Gradient Flax

Gradient and text preview:

This paragraph uses color with hex code D0BE64. Color of text is in garmony with gradient primary color EEDC82.

Stat info: Views 211 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #EEDC82 238.220.130
Secondary color #DFCD73 223.205.115
Border color #D0BE64 208.190.100
Box shadow color #FDEB91 253.235.145
Text color 1234567890 #D0BE64 208.190.100

CSS3 styles:

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