Gradient Fandango

Gradient and text preview:

This paragraph uses color with hex code 97156B. Color of text is in garmony with gradient primary color B53389.

Stat info: Views 184 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #B53389 181.51.137
Secondary color #A6247A 166.36.122
Border color #97156B 151.21.107
Box shadow color #C44298 196.66.152
Text color 1234567890 #97156B 151.21.107

CSS3 styles:

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