Spiced Ember Glow Color Palette
Discover the beautiful Spiced Ember Glow color palette featuring piper (#c45b27), raw sienna (#d68a3d), casablanca (#f2b74a), saffron (#f8bf3a) and sea buckthorn (#f7a336).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Orange, Warm 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 Spiced Ember Glow palette
💻 Spiced Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #c45b27;
}
.color-2 {
color: #d68a3d;
}
.color-3 {
color: #f2b74a;
}
.color-4 {
color: #f8bf3a;
}
.color-5 {
color: #f7a336;
}
/* CSS Variables */
:root {
--color-1: #c45b27;
--color-2: #d68a3d;
--color-3: #f2b74a;
--color-4: #f8bf3a;
--color-5: #f7a336;
} 🌈 Spiced Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c45b27, #d68a3d, #f2b74a, #f8bf3a, #f7a336);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c45b27, #d68a3d, #f2b74a, #f8bf3a, #f7a336);
} 🔗 Explore similar color palettes
Spiced Ember Glow color palette created on .