Burnt Orange Color Palette
Discover the beautiful Burnt Orange color palette featuring quincy (#5b3a29), raw sienna (#c87d3c), cream can (#f5c356), orange peel (#faa200) and hot cinnamon (#e05924).
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 palette
💻 Burnt Orange color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c87d3c;
}
.color-3 {
color: #f5c356;
}
.color-4 {
color: #faa200;
}
.color-5 {
color: #e05924;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c87d3c;
--color-3: #f5c356;
--color-4: #faa200;
--color-5: #e05924;
}
🌈 Burnt Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c87d3c, #f5c356, #faa200, #e05924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c87d3c, #f5c356, #faa200, #e05924);
}
🔗 Explore similar color palettes
Burnt Orange color palette created on .