Gradient Amaranth

Gradient and text preview:

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

Stat info: Views 1209 Like 1

Used color codes:

Item Demo HEX code RGB code
Primary color #E52B50 229.43.80
Secondary color #D61C41 214.28.65
Border color #C70D32 199.13.50
Box shadow color #F43A5F 244.58.95
Text color 1234567890 #C70D32 199.13.50

CSS3 styles:

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