Glacial Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Glacial Serenity palette
Glacial Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ebebeb;
}
.color-3 {
color: #dae6ec;
}
.color-4 {
color: #c5d9e7;
}
.color-5 {
color: #9dcef1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ebebeb;
--color-3: #dae6ec;
--color-4: #c5d9e7;
--color-5: #9dcef1;
}
Glacial Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ebebeb, #dae6ec, #c5d9e7, #9dcef1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ebebeb, #dae6ec, #c5d9e7, #9dcef1);
}
Similar color palettes
Scroll down to explore 1 White color palette
Glacial Serenity color palette created on .