Gradient Straw

Gradient and text preview:

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

Stat info: Views 177 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #E4D96F 228.217.111
Secondary color #D5CA60 213.202.96
Border color #C6BB51 198.187.81
Box shadow color #F3E87E 243.232.126
Text color 1234567890 #C6BB51 198.187.81

CSS3 styles:

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