Gradient Lavender Gray

Gradient and text preview:

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

Stat info: Views 255 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #C4C3D0 196.195.208
Secondary color #B5B4C1 181.180.193
Border color #A6A5B2 166.165.178
Box shadow color #D3D2DF 211.210.223
Text color 1234567890 #A6A5B2 166.165.178

CSS3 styles:

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