Gradient Light Hot Pink

Gradient and text preview:

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

Stat info: Views 231 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FFB3DE 255.179.222
Secondary color #F0A4CF 240.164.207
Border color #E195C0 225.149.192
Box shadow color #FFC2ED 255.194.237
Text color 1234567890 #E195C0 225.149.192

CSS3 styles:

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