Embers & Glow Color Palette
Discover the beautiful Embers & Glow color palette featuring mojo (#c65c39), raw sienna (#d68a43), porsche (#e7b15f), golden sand (#f1c779) and marzipan (#f9e1a4).
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 Embers & Glow palette
💻 Embers & Glow color palette CSS
/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #d68a43;
}
.color-3 {
color: #e7b15f;
}
.color-4 {
color: #f1c779;
}
.color-5 {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d68a43;
--color-3: #e7b15f;
--color-4: #f1c779;
--color-5: #f9e1a4;
} 🌈 Embers & Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d68a43, #e7b15f, #f1c779, #f9e1a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d68a43, #e7b15f, #f1c779, #f9e1a4);
} 🔗 Explore similar color palettes
Embers & Glow color palette created on .