Zuko's Fire Color Palette
Discover the beautiful Zuko's Fire color palette featuring crusta (#f86c30), texas rose (#ffb84d), saffron (#f6d12c), bahia (#a8d30d) and blue chill (#0d7b8c).
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 Zuko's Fire palette
💻 Zuko's Fire color palette CSS
/* CSS */
.color-1 {
color: #f86c30;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #a8d30d;
}
.color-5 {
color: #0d7b8c;
}
/* CSS Variables */
:root {
--color-1: #f86c30;
--color-2: #ffb84d;
--color-3: #f6d12c;
--color-4: #a8d30d;
--color-5: #0d7b8c;
} 🌈 Zuko's Fire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86c30, #ffb84d, #f6d12c, #a8d30d, #0d7b8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86c30, #ffb84d, #f6d12c, #a8d30d, #0d7b8c);
} 🔗 Explore similar color palettes
Zuko's Fire color palette created on .