Hatsune Miku Color Palette
Discover the beautiful Hatsune Miku color palette featuring picton blue (#1db5e7), water leaf (#a1e8e3), powder blue (#b7e6e5), mint julep (#f2e4c4) and illusion (#f7a1b1).
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 Hatsune Miku palette
💻 Hatsune Miku color palette CSS
/* CSS */
.color-1 {
color: #1db5e7;
}
.color-2 {
color: #a1e8e3;
}
.color-3 {
color: #b7e6e5;
}
.color-4 {
color: #f2e4c4;
}
.color-5 {
color: #f7a1b1;
}
/* CSS Variables */
:root {
--color-1: #1db5e7;
--color-2: #a1e8e3;
--color-3: #b7e6e5;
--color-4: #f2e4c4;
--color-5: #f7a1b1;
} 🌈 Hatsune Miku background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db5e7, #a1e8e3, #b7e6e5, #f2e4c4, #f7a1b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db5e7, #a1e8e3, #b7e6e5, #f2e4c4, #f7a1b1);
} 🔗 Explore similar color palettes
Hatsune Miku color palette created on .