Gradient Steel Pink

Gradient and text preview:

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

Stat info: Views 388 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #CC33CC 204.51.204
Secondary color #BD24BD 189.36.189
Border color #AE15AE 174.21.174
Box shadow color #DB42DB 219.66.219
Text color 1234567890 #AE15AE 174.21.174

CSS3 styles:

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