Warm Ember Glow Color Palette
Discover the beautiful Warm Ember Glow color palette featuring di serria (#d78f5b), raw sienna (#c9764f), brown rust (#b85e3d), paarl (#a34b2e) and el salva (#8e392e).
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 Warm Ember Glow palette
💻 Warm Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #d78f5b;
}
.color-2 {
color: #c9764f;
}
.color-3 {
color: #b85e3d;
}
.color-4 {
color: #a34b2e;
}
.color-5 {
color: #8e392e;
}
/* CSS Variables */
:root {
--color-1: #d78f5b;
--color-2: #c9764f;
--color-3: #b85e3d;
--color-4: #a34b2e;
--color-5: #8e392e;
}
🌈 Warm Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d78f5b, #c9764f, #b85e3d, #a34b2e, #8e392e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d78f5b, #c9764f, #b85e3d, #a34b2e, #8e392e);
}
🔗 Explore similar color palettes
Warm Ember Glow color palette created on .