Fiery Ember Color Palette
Discover the beautiful Fiery Ember color palette featuring viola (#c37fab), shocking (#e293b7), cashmere (#e6bdab), hampton (#e3d0a8) and puce (#cd9096).
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 Fiery Ember palette
💻 Fiery Ember color palette CSS
/* CSS */
.color-1 {
color: #c37fab;
}
.color-2 {
color: #e293b7;
}
.color-3 {
color: #e6bdab;
}
.color-4 {
color: #e3d0a8;
}
.color-5 {
color: #cd9096;
}
/* CSS Variables */
:root {
--color-1: #c37fab;
--color-2: #e293b7;
--color-3: #e6bdab;
--color-4: #e3d0a8;
--color-5: #cd9096;
} 🌈 Fiery Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c37fab, #e293b7, #e6bdab, #e3d0a8, #cd9096);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c37fab, #e293b7, #e6bdab, #e3d0a8, #cd9096);
} 🔗 Explore similar color palettes
Fiery Ember color palette created on .