Gradient Bluebonnet

Gradient and text preview:

This paragraph uses color with hex code 0000D2. Color of text is in garmony with gradient primary color 1C1CF0.

Stat info: Views 215 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #1C1CF0 28.28.240
Secondary color #0D0DE1 13.13.225
Border color #0000D2 0.0.210
Box shadow color #2B2BFF 43.43.255
Text color 1234567890 #0000D2 0.0.210

CSS3 styles:

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