Gradient Iceberg

Gradient and text preview:

This paragraph uses color with hex code 5388B4. Color of text is in garmony with gradient primary color 71A6D2.

Stat info: Views 263 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #71A6D2 113.166.210
Secondary color #6297C3 98.151.195
Border color #5388B4 83.136.180
Box shadow color #80B5E1 128.181.225
Text color 1234567890 #5388B4 83.136.180

CSS3 styles:

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