Burnt Orange Shades Color Palette
Discover the beautiful Burnt Orange Shades color palette featuring burnt orange (#cc5500), crusta (#ff7e2e), web orange (#ffa600), school bus yellow (#ffd900) and supernova (#ffcc00).
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 Burnt Orange Shades palette
💻 Burnt Orange Shades color palette CSS
/* CSS */
.color-1 {
color: #cc5500;
}
.color-2 {
color: #ff7e2e;
}
.color-3 {
color: #ffa600;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #cc5500;
--color-2: #ff7e2e;
--color-3: #ffa600;
--color-4: #ffd900;
--color-5: #ffcc00;
} 🌈 Burnt Orange Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc5500, #ff7e2e, #ffa600, #ffd900, #ffcc00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc5500, #ff7e2e, #ffa600, #ffd900, #ffcc00);
} 🔗 Explore similar color palettes
Burnt Orange Shades color palette created on .