Celestial Ember Fusion Color Palette
Discover the beautiful Celestial Ember Fusion color palette featuring copper (#c9683b), whiskey (#d0a367), new york pink (#d36f75), butterfly bush (#585393) and east bay (#3e3a6e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Ember Fusion palette
💻 Celestial Ember Fusion color palette CSS
/* CSS */
.color-1 {
color: #c9683b;
}
.color-2 {
color: #d0a367;
}
.color-3 {
color: #d36f75;
}
.color-4 {
color: #585393;
}
.color-5 {
color: #3e3a6e;
}
/* CSS Variables */
:root {
--color-1: #c9683b;
--color-2: #d0a367;
--color-3: #d36f75;
--color-4: #585393;
--color-5: #3e3a6e;
} 🌈 Celestial Ember Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9683b, #d0a367, #d36f75, #585393, #3e3a6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9683b, #d0a367, #d36f75, #585393, #3e3a6e);
} Celestial Ember Fusion color palette created on .