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: #4b4e86;
}
.color-2 {
color: #7f7c9c;
}
.color-3 {
color: #b7a2c3;
}
.color-4 {
color: #f3b3af;
}
.color-5 {
color: #f8c749;
}
/* CSS Variables */
:root {
--color-1: #4b4e86;
--color-2: #7f7c9c;
--color-3: #b7a2c3;
--color-4: #f3b3af;
--color-5: #f8c749;
}
Frosted Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4e86, #7f7c9c, #b7a2c3, #f3b3af, #f8c749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4e86, #7f7c9c, #b7a2c3, #f3b3af, #f8c749);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Frosted Elegance color palette created on .