Shades of Water Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Water Blue palette
Shades of Water Blue color palette CSS
/* CSS */
.color-1 {
color: #a1d6e8;
}
.color-2 {
color: #6ac3d7;
}
.color-3 {
color: #51a6c8;
}
.color-4 {
color: #3299b8;
}
.color-5 {
color: #208eac;
}
/* CSS Variables */
:root {
--color-1: #a1d6e8;
--color-2: #6ac3d7;
--color-3: #51a6c8;
--color-4: #3299b8;
--color-5: #208eac;
}
Shades of Water Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e8, #6ac3d7, #51a6c8, #3299b8, #208eac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e8, #6ac3d7, #51a6c8, #3299b8, #208eac);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Water Blue color palette created on .