Eda's Ember Glow Color Palette
Discover the beautiful Eda's Ember Glow color palette featuring wheat (#f6d8b1), buttercup (#f5a524), christine (#d85b0e), mojo (#c63f3f) and nutmeg (#792a2a).
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 Eda's Ember Glow palette
💻 Eda's Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #f6d8b1;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d85b0e;
}
.color-4 {
color: #c63f3f;
}
.color-5 {
color: #792a2a;
}
/* CSS Variables */
:root {
--color-1: #f6d8b1;
--color-2: #f5a524;
--color-3: #d85b0e;
--color-4: #c63f3f;
--color-5: #792a2a;
} 🌈 Eda's Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8b1, #f5a524, #d85b0e, #c63f3f, #792a2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8b1, #f5a524, #d85b0e, #c63f3f, #792a2a);
} 🔗 Explore similar color palettes
Eda's Ember Glow color palette created on .