Gradient Big Dip Ruby

Gradient and text preview:

This paragraph uses color with hex code 7E0724. Color of text is in garmony with gradient primary color 9C2542.

Stat info: Views 1072 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #9C2542 156.37.66
Secondary color #8D1633 141.22.51
Border color #7E0724 126.7.36
Box shadow color #AB3451 171.52.81
Text color 1234567890 #7E0724 126.7.36

CSS3 styles:

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