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