Frosted Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Elegance palette
Frosted Elegance color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f5f9;
}
.color-3 {
color: #e1e7ea;
}
.color-4 {
color: #c2d3d6;
}
.color-5 {
color: #a4b2b7;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f5f9;
--color-3: #e1e7ea;
--color-4: #c2d3d6;
--color-5: #a4b2b7;
}
Frosted Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f5f9, #e1e7ea, #c2d3d6, #a4b2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f5f9, #e1e7ea, #c2d3d6, #a4b2b7);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Frosted Elegance color palette created on .