Gradient Glitter

Gradient and text preview:

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

Stat info: Views 275 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E6E8FA 230.232.250
Secondary color #D7D9EB 215.217.235
Border color #C8CADC 200.202.220
Box shadow color #F5F7FF 245.247.255
Text color 1234567890 #C8CADC 200.202.220

CSS3 styles:

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