Gradient Raspberry Rose

Gradient and text preview:

This paragraph uses color with hex code 95264E. Color of text is in garmony with gradient primary color B3446C.

Stat info: Views 143 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #B3446C 179.68.108
Secondary color #A4355D 164.53.93
Border color #95264E 149.38.78
Box shadow color #C2537B 194.83.123
Text color 1234567890 #95264E 149.38.78

CSS3 styles:

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