Gradient Giants Orange

Gradient and text preview:

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

Stat info: Views 210 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FE5A1D 254.90.29
Secondary color #EF4B0E 239.75.14
Border color #E03C00 224.60.0
Box shadow color #FF692C 255.105.44
Text color 1234567890 #E03C00 224.60.0

CSS3 styles:

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