Icy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Icy Serenity palette
Icy Serenity color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #499ad4;
}
.color-3 {
color: #76c5e5;
}
.color-4 {
color: #a7e1f1;
}
.color-5 {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #499ad4;
--color-3: #76c5e5;
--color-4: #a7e1f1;
--color-5: #f4e2d7;
}
Icy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #499ad4, #76c5e5, #a7e1f1, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #499ad4, #76c5e5, #a7e1f1, #f4e2d7);
}
Similar color palettes
Icy Serenity color palette created on .