Light Water Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Water Blue palette

Share this palette to:

Light Water Blue color palette CSS

/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #79c8d2;
}
.color-3 {
color: #4fb5b5;
}
.color-4 {
color: #28a9a1;
}
.color-5 {
color: #1b7979;
}

/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #79c8d2;
--color-3: #4fb5b5;
--color-4: #28a9a1;
--color-5: #1b7979;
}

Light Water Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #79c8d2, #4fb5b5, #28a9a1, #1b7979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #79c8d2, #4fb5b5, #28a9a1, #1b7979);
}

Light Water Blue color palette created on .