Katsuki Bakugou Color Palette
Discover the beautiful Katsuki Bakugou color palette featuring orange (#ff6d1f), yellow orange (#ffa047), wax flower (#ffc09e), peach orange (#ffcc99) and colonial white (#ffebb8).
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 Katsuki Bakugou palette
💻 Katsuki Bakugou color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffc09e;
}
.color-4 {
color: #ffcc99;
}
.color-5 {
color: #ffebb8;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa047;
--color-3: #ffc09e;
--color-4: #ffcc99;
--color-5: #ffebb8;
} 🌈 Katsuki Bakugou background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa047, #ffc09e, #ffcc99, #ffebb8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa047, #ffc09e, #ffcc99, #ffebb8);
} 🔗 Explore similar color palettes
Katsuki Bakugou color palette created on .