Gradient Dust Storm

Gradient and text preview:

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

Stat info: Views 282 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E5CCC9 229.204.201
Secondary color #D6BDBA 214.189.186
Border color #C7AEAB 199.174.171
Box shadow color #F4DBD8 244.219.216
Text color 1234567890 #C7AEAB 199.174.171

CSS3 styles:

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