Frosted Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Serenity palette

Share this palette to:

Frosted Serenity color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #b3e2ea;
}
.color-3 {
color: #c9f1f3;
}
.color-4 {
color: #dff6f2;
}
.color-5 {
color: #f5ffff;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #b3e2ea;
--color-3: #c9f1f3;
--color-4: #dff6f2;
--color-5: #f5ffff;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #b3e2ea, #c9f1f3, #dff6f2, #f5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #b3e2ea, #c9f1f3, #dff6f2, #f5ffff);
}

Frosted Serenity color palette created on .