Mizuki Color Palette
Discover the beautiful Mizuki color palette featuring lucky point (#1f1b79), gigas (#493c96), deluge (#7d5cb2), wisteria (#a67ac2) and light wisteria (#d7a2e2).
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 Mizuki palette
💻 Mizuki color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #493c96;
}
.color-3 {
color: #7d5cb2;
}
.color-4 {
color: #a67ac2;
}
.color-5 {
color: #d7a2e2;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #493c96;
--color-3: #7d5cb2;
--color-4: #a67ac2;
--color-5: #d7a2e2;
} 🌈 Mizuki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #493c96, #7d5cb2, #a67ac2, #d7a2e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #493c96, #7d5cb2, #a67ac2, #d7a2e2);
} 🔗 Explore similar color palettes
Mizuki color palette created on .