Gradient Neon Fuchsia

Gradient and text preview:

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

Stat info: Views 243 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #FE4164 254.65.100
Secondary color #EF3255 239.50.85
Border color #E02346 224.35.70
Box shadow color #FF5073 255.80.115
Text color 1234567890 #E02346 224.35.70

CSS3 styles:

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