Burning Sunset Color Palette
Discover the beautiful Burning Sunset color palette featuring burning orange (#ff7033), neon carrot (#ff9933), sunglow (#ffc233), sunglow (#ffd633) and golden fizz (#ffeb33).
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 Burning Sunset palette
💻 Burning Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff7033;
}
.color-2 {
color: #ff9933;
}
.color-3 {
color: #ffc233;
}
.color-4 {
color: #ffd633;
}
.color-5 {
color: #ffeb33;
}
/* CSS Variables */
:root {
--color-1: #ff7033;
--color-2: #ff9933;
--color-3: #ffc233;
--color-4: #ffd633;
--color-5: #ffeb33;
} 🌈 Burning Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7033, #ff9933, #ffc233, #ffd633, #ffeb33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7033, #ff9933, #ffc233, #ffd633, #ffeb33);
} 🔗 Explore similar color palettes
Burning Sunset color palette created on .