Gradient Liberty

Gradient and text preview:

This paragraph uses color with hex code 363C89. Color of text is in garmony with gradient primary color 545AA7.

Stat info: Views 172 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #545AA7 84.90.167
Secondary color #454B98 69.75.152
Border color #363C89 54.60.137
Box shadow color #6369B6 99.105.182
Text color 1234567890 #363C89 54.60.137

CSS3 styles:

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