Gradient Jasper

Gradient and text preview:

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

Stat info: Views 166 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #D73B3E 215.59.62
Secondary color #C82C2F 200.44.47
Border color #B91D20 185.29.32
Box shadow color #E64A4D 230.74.77
Text color 1234567890 #B91D20 185.29.32

CSS3 styles:

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