Frosted Sunrise Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Sunrise Delight palette
Frosted Sunrise Delight color palette CSS
/* CSS */
.color-1 {
color: #5cb2e0;
}
.color-2 {
color: #a1d7e3;
}
.color-3 {
color: #f0e6db;
}
.color-4 {
color: #f0b14c;
}
.color-5 {
color: #f77e7e;
}
/* CSS Variables */
:root {
--color-1: #5cb2e0;
--color-2: #a1d7e3;
--color-3: #f0e6db;
--color-4: #f0b14c;
--color-5: #f77e7e;
}
Frosted Sunrise Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb2e0, #a1d7e3, #f0e6db, #f0b14c, #f77e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb2e0, #a1d7e3, #f0e6db, #f0b14c, #f77e7e);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Frosted Sunrise Delight color palette created on .