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: #a6c6ed;
}
.color-2 {
color: #b8e4f4;
}
.color-3 {
color: #f0f7d4;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #d18989;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b8e4f4;
--color-3: #f0f7d4;
--color-4: #f7c5a1;
--color-5: #d18989;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b8e4f4, #f0f7d4, #f7c5a1, #d18989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b8e4f4, #f0f7d4, #f7c5a1, #d18989);
}

Frosted Serenity color palette created on .