Gradient Neon Carrot

Gradient and text preview:

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

Stat info: Views 205 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FFA343 255.163.67
Secondary color #F09434 240.148.52
Border color #E18525 225.133.37
Box shadow color #FFB252 255.178.82
Text color 1234567890 #E18525 225.133.37

CSS3 styles:

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