Frosted Delights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Delights palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frosted Delights Color Palette (PNG)
Frosted Delights color palette CSS
/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #ff998a;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ff6e61;
--color-3: #ffb3ba;
--color-4: #ff998a;
--color-5: #ff4d4d;
}
Frosted Delights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ff6e61, #ffb3ba, #ff998a, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ff6e61, #ffb3ba, #ff998a, #ff4d4d);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Frosted Delights color palette created on .