Gradient Flame

Gradient and text preview:

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

Stat info: Views 326 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E25822 226.88.34
Secondary color #D34913 211.73.19
Border color #C43A04 196.58.4
Box shadow color #F16731 241.103.49
Text color 1234567890 #C43A04 196.58.4

CSS3 styles:

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