Glacier Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glacier Blue palette
Glacier Blue color palette CSS
/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #5f9b9a;
}
.color-3 {
color: #3d7675;
}
.color-4 {
color: #a2d7d5;
}
.color-5 {
color: #e2f8f4;
}
/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #5f9b9a;
--color-3: #3d7675;
--color-4: #a2d7d5;
--color-5: #e2f8f4;
}
Glacier Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #5f9b9a, #3d7675, #a2d7d5, #e2f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #5f9b9a, #3d7675, #a2d7d5, #e2f8f4);
}
Similar color palettes
Glacier Blue color palette created on .