Ice Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ice Blue Serenity palette
Ice Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b8b8b8;
}
.color-3 {
color: #ededed;
}
.color-4 {
color: #f2f2f2;
}
.color-5 {
color: #d6e6e1;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b8b8b8;
--color-3: #ededed;
--color-4: #f2f2f2;
--color-5: #d6e6e1;
}
Ice Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b8b8b8, #ededed, #f2f2f2, #d6e6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b8b8b8, #ededed, #f2f2f2, #d6e6e1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Ice Blue Serenity color palette created on .