Dusk Fire Color Palette
Discover the beautiful Dusk Fire color palette featuring red damask (#d56b39), anzac (#e6994c), ronchi (#f1c650), anzac (#e0a338) and stiletto (#9c2b2b).
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 Dusk Fire palette
💻 Dusk Fire color palette CSS
/* CSS */
.color-1 {
color: #d56b39;
}
.color-2 {
color: #e6994c;
}
.color-3 {
color: #f1c650;
}
.color-4 {
color: #e0a338;
}
.color-5 {
color: #9c2b2b;
}
/* CSS Variables */
:root {
--color-1: #d56b39;
--color-2: #e6994c;
--color-3: #f1c650;
--color-4: #e0a338;
--color-5: #9c2b2b;
} 🌈 Dusk Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56b39, #e6994c, #f1c650, #e0a338, #9c2b2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56b39, #e6994c, #f1c650, #e0a338, #9c2b2b);
} 🔗 Explore similar color palettes
Dusk Fire color palette created on .