Celestial Confectionery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Confectionery palette
Celestial Confectionery color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #eabe6c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d58e6d;
}
.color-5 {
color: #b87a99;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eabe6c;
--color-3: #e8a96d;
--color-4: #d58e6d;
--color-5: #b87a99;
}
Celestial Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Celestial Confectionery color palette created on .