Celestial Confectionery Color Palette
Discover the beautiful Celestial Confectionery color palette featuring ronchi (#f1c84b), rob roy (#eabe6c), porsche (#e8a96d), whiskey (#d58e6d) and turkish rose (#b87a99).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
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);
} 🔗 Explore similar color palettes
Celestial Confectionery color palette created on .