Gradient Jet

Gradient and text preview:

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

Stat info: Views 464 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #343434 52.52.52
Secondary color #252525 37.37.37
Border color #161616 22.22.22
Box shadow color #434343 67.67.67
Text color 1234567890 #161616 22.22.22

CSS3 styles:

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