Gradient Amazon

Gradient and text preview:

This paragraph uses color with hex code 1D5C39. Color of text is in garmony with gradient primary color 3B7A57.

Stat info: Views 1269 Like 2

Used color codes:

Item Demo HEX code RGB code
Primary color #3B7A57 59.122.87
Secondary color #2C6B48 44.107.72
Border color #1D5C39 29.92.57
Box shadow color #4A8966 74.137.102
Text color 1234567890 #1D5C39 29.92.57

CSS3 styles:

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