Icy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Icy Serenity palette

Share this palette to:

Icy Serenity color palette CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #7ec8e7;
}
.color-3 {
color: #5aa4c4;
}
.color-4 {
color: #4a89b0;
}
.color-5 {
color: #3c6d9a;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #7ec8e7;
--color-3: #5aa4c4;
--color-4: #4a89b0;
--color-5: #3c6d9a;
}

Icy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #7ec8e7, #5aa4c4, #4a89b0, #3c6d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #7ec8e7, #5aa4c4, #4a89b0, #3c6d9a);
}

Icy Serenity color palette created on .