Gradient French Raspberry

Gradient and text preview:

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

Stat info: Views 212 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #C72C48 199.44.72
Secondary color #B81D39 184.29.57
Border color #A90E2A 169.14.42
Box shadow color #D63B57 214.59.87
Text color 1234567890 #A90E2A 169.14.42

CSS3 styles:

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