Celestial Serenade Color Palette
Discover the beautiful Celestial Serenade color palette featuring casablanca (#f8c749), froly (#f76e6e), rose bud (#f9a79f), malibu (#69b5f7) and boston blue (#3e8fac).
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 Serenade palette
💻 Celestial Serenade color palette CSS
/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f9a79f;
}
.color-4 {
color: #69b5f7;
}
.color-5 {
color: #3e8fac;
}
/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f76e6e;
--color-3: #f9a79f;
--color-4: #69b5f7;
--color-5: #3e8fac;
} 🌈 Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f76e6e, #f9a79f, #69b5f7, #3e8fac);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f76e6e, #f9a79f, #69b5f7, #3e8fac);
} 🔗 Explore similar color palettes
Celestial Serenade color palette created on .