Kabuki Colors Color Palette
Discover the beautiful Kabuki Colors color palette featuring tapestry (#a54a8a), geebung (#d78f23), cream can (#f4c65d), silver tree (#69bf9c) and smalt blue (#4a7e8c).
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 Kabuki Colors palette
💻 Kabuki Colors color palette CSS
/* CSS */
.color-1 {
color: #a54a8a;
}
.color-2 {
color: #d78f23;
}
.color-3 {
color: #f4c65d;
}
.color-4 {
color: #69bf9c;
}
.color-5 {
color: #4a7e8c;
}
/* CSS Variables */
:root {
--color-1: #a54a8a;
--color-2: #d78f23;
--color-3: #f4c65d;
--color-4: #69bf9c;
--color-5: #4a7e8c;
} 🌈 Kabuki Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a54a8a, #d78f23, #f4c65d, #69bf9c, #4a7e8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a54a8a, #d78f23, #f4c65d, #69bf9c, #4a7e8c);
} 🔗 Explore similar color palettes
Kabuki Colors color palette created on .