Gradient Pale Violet-Red

Gradient and text preview:

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

Stat info: Views 354 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #DB7093 219.112.147
Secondary color #CC6184 204.97.132
Border color #BD5275 189.82.117
Box shadow color #EA7FA2 234.127.162
Text color 1234567890 #BD5275 189.82.117

CSS3 styles:

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