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