Hatsune Miku Color Palette
Discover the beautiful Hatsune Miku color palette featuring malibu (#7dd3f2), regent st blue (#a4e1e5), morning glory (#a3d7e0), half baked (#7dc5c5) and fountain blue (#4bb9b5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cyberpunk, Futuristic, Light, Mint, Tropical, Vibrant color palettes and combinations.
💡 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: #7dd3f2;
}
.color-2 {
color: #a4e1e5;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #7dc5c5;
}
.color-5 {
color: #4bb9b5;
}
/* CSS Variables */
:root {
--color-1: #7dd3f2;
--color-2: #a4e1e5;
--color-3: #a3d7e0;
--color-4: #7dc5c5;
--color-5: #4bb9b5;
}
🌈 Hatsune Miku background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd3f2, #a4e1e5, #a3d7e0, #7dc5c5, #4bb9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd3f2, #a4e1e5, #a3d7e0, #7dc5c5, #4bb9b5);
}
🔗 Explore similar color palettes
Hatsune Miku color palette created on .