Gradient Space Cadet

Gradient and text preview:

This paragraph uses color with hex code 000B33. Color of text is in garmony with gradient primary color 1D2951.

Stat info: Views 240 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #1D2951 29.41.81
Secondary color #0E1A42 14.26.66
Border color #000B33 0.11.51
Box shadow color #2C3860 44.56.96
Text color 1234567890 #000B33 0.11.51

CSS3 styles:

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