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: #6ab8e2;
}
.color-2 {
color: #4e93b1;
}
.color-3 {
color: #3c799a;
}
.color-4 {
color: #2c6177;
}
.color-5 {
color: #1c495a;
}

/* CSS Variables */
:root {
--color-1: #6ab8e2;
--color-2: #4e93b1;
--color-3: #3c799a;
--color-4: #2c6177;
--color-5: #1c495a;
}

Frosted Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ab8e2, #4e93b1, #3c799a, #2c6177, #1c495a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ab8e2, #4e93b1, #3c799a, #2c6177, #1c495a);
}

Frosted Serenity color palette created on .