Gradient French Rose

Gradient and text preview:

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

Stat info: Views 189 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #F64A8A 246.74.138
Secondary color #E73B7B 231.59.123
Border color #D82C6C 216.44.108
Box shadow color #FF5999 255.89.153
Text color 1234567890 #D82C6C 216.44.108

CSS3 styles:

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