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: #a6d7e7;
}
.color-2 {
color: #b5e4e8;
}
.color-3 {
color: #a5d9d2;
}
.color-4 {
color: #c2e5d6;
}
.color-5 {
color: #dff1f1;
}
/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #b5e4e8;
--color-3: #a5d9d2;
--color-4: #c2e5d6;
--color-5: #dff1f1;
}
Frosted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #b5e4e8, #a5d9d2, #c2e5d6, #dff1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #b5e4e8, #a5d9d2, #c2e5d6, #dff1f1);
}
Similar color palettes
Frosted Serenity color palette created on .