Gradient Old Rose

Gradient and text preview:

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

Stat info: Views 249 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #C08081 192.128.129
Secondary color #B17172 177.113.114
Border color #A26263 162.98.99
Box shadow color #CF8F90 207.143.144
Text color 1234567890 #A26263 162.98.99

CSS3 styles:

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