Gradient Pastel Violet

Gradient and text preview:

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

Stat info: Views 264 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CB99C9 203.153.201
Secondary color #BC8ABA 188.138.186
Border color #AD7BAB 173.123.171
Box shadow color #DAA8D8 218.168.216
Text color 1234567890 #AD7BAB 173.123.171

CSS3 styles:

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