Gradient Tangerine

Gradient and text preview:

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

Stat info: Views 151 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #F28500 242.133.0
Secondary color #E37600 227.118.0
Border color #D46700 212.103.0
Box shadow color #FF940F 255.148.15
Text color 1234567890 #D46700 212.103.0

CSS3 styles:

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