Gradient Pineapple

Gradient and text preview:

This paragraph uses color with hex code 381E3E. Color of text is in garmony with gradient primary color 563C5C.

Stat info: Views 216 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #563C5C 86.60.92
Secondary color #472D4D 71.45.77
Border color #381E3E 56.30.62
Box shadow color #654B6B 101.75.107
Text color 1234567890 #381E3E 56.30.62

CSS3 styles:

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