Frosted Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Serenity palette
Frosted Serenity color palette CSS
/* CSS */
.color-1 {
color: #f6f9f6;
}
.color-2 {
color: #e1efe7;
}
.color-3 {
color: #c5e7d9;
}
.color-4 {
color: #a7d7bf;
}
.color-5 {
color: #8bd0a1;
}
/* CSS Variables */
:root {
--color-1: #f6f9f6;
--color-2: #e1efe7;
--color-3: #c5e7d9;
--color-4: #a7d7bf;
--color-5: #8bd0a1;
}
Frosted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f9f6, #e1efe7, #c5e7d9, #a7d7bf, #8bd0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f9f6, #e1efe7, #c5e7d9, #a7d7bf, #8bd0a1);
}
Similar color palettes
Frosted Serenity color palette created on .