Miku Color Palette

Discover the beautiful Miku color palette featuring robin's egg blue (#00bac3), malibu (#90e7f7), foam (#def6fd), ice cold (#a2f7ca) and geraldine (#ff787d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Fun, Mint, Summer, Teal, 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 Miku palette

Share this palette to:

💻 Miku color palette CSS

/* CSS */
.color-1 {
color: #00bac3;
}
.color-2 {
color: #90e7f7;
}
.color-3 {
color: #def6fd;
}
.color-4 {
color: #a2f7ca;
}
.color-5 {
color: #ff787d;
}

/* CSS Variables */
:root {
--color-1: #00bac3;
--color-2: #90e7f7;
--color-3: #def6fd;
--color-4: #a2f7ca;
--color-5: #ff787d;
}

🌈 Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bac3, #90e7f7, #def6fd, #a2f7ca, #ff787d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bac3, #90e7f7, #def6fd, #a2f7ca, #ff787d);
}

Miku color palette created on .