Hatsune Miku Color Palette

Discover the beautiful Hatsune Miku color palette featuring aquamarine blue (#80d4e5), water leaf (#a1e2e8), morning glory (#a6e3d2), ice cold (#b1f1e2) and ice cold (#c1f6da).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Cyan, Teal, Bright, Light, Blue, Green, Soft, Mint 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

Share this palette to:

💻 Hatsune Miku color palette CSS

/* CSS */
.color-1 {
color: #80d4e5;
}
.color-2 {
color: #a1e2e8;
}
.color-3 {
color: #a6e3d2;
}
.color-4 {
color: #b1f1e2;
}
.color-5 {
color: #c1f6da;
}

/* CSS Variables */
:root {
--color-1: #80d4e5;
--color-2: #a1e2e8;
--color-3: #a6e3d2;
--color-4: #b1f1e2;
--color-5: #c1f6da;
}

🌈 Hatsune Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80d4e5, #a1e2e8, #a6e3d2, #b1f1e2, #c1f6da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80d4e5, #a1e2e8, #a6e3d2, #b1f1e2, #c1f6da);
}

Hatsune Miku color palette created on .