Gradient Flirt

Gradient and text preview:

This paragraph uses color with hex code 84004F. Color of text is in garmony with gradient primary color A2006D.

Stat info: Views 201 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #A2006D 162.0.109
Secondary color #93005E 147.0.94
Border color #84004F 132.0.79
Box shadow color #B10F7C 177.15.124
Text color 1234567890 #84004F 132.0.79

CSS3 styles:

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