Frozen Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frozen Serenity palette

Share this palette to:

Frozen Serenity color palette CSS

/* CSS */
.color-1 {
color: #a2e2ec;
}
.color-2 {
color: #74c0d8;
}
.color-3 {
color: #4ba7b9;
}
.color-4 {
color: #008c9e;
}
.color-5 {
color: #006e80;
}

/* CSS Variables */
:root {
--color-1: #a2e2ec;
--color-2: #74c0d8;
--color-3: #4ba7b9;
--color-4: #008c9e;
--color-5: #006e80;
}

Frozen Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2ec, #74c0d8, #4ba7b9, #008c9e, #006e80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2ec, #74c0d8, #4ba7b9, #008c9e, #006e80);
}

Frozen Serenity color palette created on .