Gradient Cadet

Gradient and text preview:

This paragraph uses color with hex code 354A54. Color of text is in garmony with gradient primary color 536872.

Stat info: Views 211 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #536872 83.104.114
Secondary color #445963 68.89.99
Border color #354A54 53.74.84
Box shadow color #627781 98.119.129
Text color 1234567890 #354A54 53.74.84

CSS3 styles:

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