Glacier Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Glacier Blue palette

Share this palette to:

Glacier Blue color palette CSS

/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #b8e0e0;
}
.color-4 {
color: #d6f4f5;
}
.color-5 {
color: #f4fafb;
}

/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a2d2e2;
--color-3: #b8e0e0;
--color-4: #d6f4f5;
--color-5: #f4fafb;
}

Glacier Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a2d2e2, #b8e0e0, #d6f4f5, #f4fafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a2d2e2, #b8e0e0, #d6f4f5, #f4fafb);
}

Glacier Blue color palette created on .