Gradient Linen

Gradient and text preview:

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

Stat info: Views 365 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FAF0E6 250.240.230
Secondary color #EBE1D7 235.225.215
Border color #DCD2C8 220.210.200
Box shadow color #FFFFF5 255.255.245
Text color 1234567890 #DCD2C8 220.210.200

CSS3 styles:

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