Gradient Azure

Gradient and text preview:

This paragraph uses color with hex code 0061E1. Color of text is in garmony with gradient primary color 007FFF.

Stat info: Views 1544 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #007FFF 0.127.255
Secondary color #0070F0 0.112.240
Border color #0061E1 0.97.225
Box shadow color #0F8EFF 15.142.255
Text color 1234567890 #0061E1 0.97.225

CSS3 styles:

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