Dark Orange Color Palette
Discover the beautiful Dark Orange color palette featuring thunder (#201d1e), fiery orange (#b15c16), fire bush (#e59f2e), sun (#f8b50d) and buccaneer (#6d3b3b).
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 Dark Orange palette
💻 Dark Orange color palette CSS
/* CSS */
.color-1 {
color: #201d1e;
}
.color-2 {
color: #b15c16;
}
.color-3 {
color: #e59f2e;
}
.color-4 {
color: #f8b50d;
}
.color-5 {
color: #6d3b3b;
}
/* CSS Variables */
:root {
--color-1: #201d1e;
--color-2: #b15c16;
--color-3: #e59f2e;
--color-4: #f8b50d;
--color-5: #6d3b3b;
} 🌈 Dark Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201d1e, #b15c16, #e59f2e, #f8b50d, #6d3b3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201d1e, #b15c16, #e59f2e, #f8b50d, #6d3b3b);
} 🔗 Explore similar color palettes
Dark Orange color palette created on .