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: #ffffff;
}
.color-2 {
color: #f6fdfe;
}
.color-3 {
color: #e7f8fd;
}
.color-4 {
color: #d9f5fc;
}
.color-5 {
color: #c6effb;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f6fdfe;
--color-3: #e7f8fd;
--color-4: #d9f5fc;
--color-5: #c6effb;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f6fdfe, #e7f8fd, #d9f5fc, #c6effb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f6fdfe, #e7f8fd, #d9f5fc, #c6effb);
}

Similar color palettes

Frosted Serenity color palette created on .