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: #a8c8e6;
}
.color-2 {
color: #6b9cd1;
}
.color-3 {
color: #2e6c99;
}
.color-4 {
color: #1b4d79;
}
.color-5 {
color: #0f3b5c;
}
/* CSS Variables */
:root {
--color-1: #a8c8e6;
--color-2: #6b9cd1;
--color-3: #2e6c99;
--color-4: #1b4d79;
--color-5: #0f3b5c;
}
Frosted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e6, #6b9cd1, #2e6c99, #1b4d79, #0f3b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e6, #6b9cd1, #2e6c99, #1b4d79, #0f3b5c);
}
Similar color palettes
Frosted Serenity color palette created on .