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 PNG image

Download frosted serenity color palette PNG image (landscape)
Download frosted serenity color palette PNG image (square)

Frosted Serenity color palette CSS

/* CSS */
.color-1 {
color: #e5f0ff;
}
.color-2 {
color: #a3d1e0;
}
.color-3 {
color: #69b1c3;
}
.color-4 {
color: #3a9c9c;
}
.color-5 {
color: #1d7c7c;
}

/* CSS Variables */
:root {
--color-1: #e5f0ff;
--color-2: #a3d1e0;
--color-3: #69b1c3;
--color-4: #3a9c9c;
--color-5: #1d7c7c;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f0ff, #a3d1e0, #69b1c3, #3a9c9c, #1d7c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f0ff, #a3d1e0, #69b1c3, #3a9c9c, #1d7c7c);
}

Frosted Serenity color palette created on .