Shinobu Kocho Color Palette
Discover the beautiful Shinobu Kocho color palette featuring affair (#7c4ba0), bouquet (#a76c9e), my pink (#d69c8a), tulip tree (#f1b641) and flamingo (#f26321).
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 Shinobu Kocho palette
💻 Shinobu Kocho color palette CSS
/* CSS */
.color-1 {
color: #7c4ba0;
}
.color-2 {
color: #a76c9e;
}
.color-3 {
color: #d69c8a;
}
.color-4 {
color: #f1b641;
}
.color-5 {
color: #f26321;
}
/* CSS Variables */
:root {
--color-1: #7c4ba0;
--color-2: #a76c9e;
--color-3: #d69c8a;
--color-4: #f1b641;
--color-5: #f26321;
}
🌈 Shinobu Kocho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4ba0, #a76c9e, #d69c8a, #f1b641, #f26321);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4ba0, #a76c9e, #d69c8a, #f1b641, #f26321);
}
🔗 Explore similar color palettes
Shinobu Kocho color palette created on .