Gradient Vanilla

Gradient and text preview:

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

Stat info: Views 288 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #F3E5AB 243.229.171
Secondary color #E4D69C 228.214.156
Border color #D5C78D 213.199.141
Box shadow color #FFF4BA 255.244.186
Text color 1234567890 #D5C78D 213.199.141

CSS3 styles:

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