Gradient Dark Puce

Gradient and text preview:

This paragraph uses color with hex code 311C1E. Color of text is in garmony with gradient primary color 4F3A3C.

Stat info: Views 266 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #4F3A3C 79.58.60
Secondary color #402B2D 64.43.45
Border color #311C1E 49.28.30
Box shadow color #5E494B 94.73.75
Text color 1234567890 #311C1E 49.28.30

CSS3 styles:

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