Gradient Firebrick

Gradient and text preview:

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

Stat info: Views 665 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #B22222 178.34.34
Secondary color #A31313 163.19.19
Border color #940404 148.4.4
Box shadow color #C13131 193.49.49
Text color 1234567890 #940404 148.4.4

CSS3 styles:

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