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: #a1dff7;
}
.color-2 {
color: #6dc1e8;
}
.color-3 {
color: #49b8e4;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #005b85;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #6dc1e8;
--color-3: #49b8e4;
--color-4: #0095c7;
--color-5: #005b85;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #6dc1e8, #49b8e4, #0095c7, #005b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #6dc1e8, #49b8e4, #0095c7, #005b85);
}

Frosted Serenity color palette created on .