Gradient Light Orchid

Gradient and text preview:

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

Stat info: Views 219 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E6A8D7 230.168.215
Secondary color #D799C8 215.153.200
Border color #C88AB9 200.138.185
Box shadow color #F5B7E6 245.183.230
Text color 1234567890 #C88AB9 200.138.185

CSS3 styles:

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