Gradient Jelly Bean

Gradient and text preview:

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

Stat info: Views 211 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DA614E 218.97.78
Secondary color #CB523F 203.82.63
Border color #BC4330 188.67.48
Box shadow color #E9705D 233.112.93
Text color 1234567890 #BC4330 188.67.48

CSS3 styles:

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