Gradient Fresh Air

Gradient and text preview:

This paragraph uses color with hex code 88C9E1. Color of text is in garmony with gradient primary color A6E7FF.

Stat info: Views 228 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #A6E7FF 166.231.255
Secondary color #97D8F0 151.216.240
Border color #88C9E1 136.201.225
Box shadow color #B5F6FF 181.246.255
Text color 1234567890 #88C9E1 136.201.225

CSS3 styles:

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