Hatsune Miku Color Palette

Discover the beautiful Hatsune Miku color palette featuring seagull (#7dd1e8), picton blue (#4cb7e1), java (#1ab6cb), persian green (#00a5a8) and teal (#008a87).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Blue, Teal, Summer, Futuristic, Anime, Cyberpunk, Vibrant, Fun 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: #7dd1e8;
}
.color-2 {
color: #4cb7e1;
}
.color-3 {
color: #1ab6cb;
}
.color-4 {
color: #00a5a8;
}
.color-5 {
color: #008a87;
}

/* CSS Variables */
:root {
--color-1: #7dd1e8;
--color-2: #4cb7e1;
--color-3: #1ab6cb;
--color-4: #00a5a8;
--color-5: #008a87;
}

🌈 Hatsune Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd1e8, #4cb7e1, #1ab6cb, #00a5a8, #008a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd1e8, #4cb7e1, #1ab6cb, #00a5a8, #008a87);
}

Hatsune Miku color palette created on .