Miku Color Palette
Discover the beautiful Miku color palette featuring robin's egg blue (#00b8c2), malibu (#91e8f7), foam (#ddf6fd), ice cold (#a1f7c9) and geraldine (#ff7a7f).
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 Miku palette
💻 Miku color palette CSS
/* CSS */
.color-1 {
color: #00b8c2;
}
.color-2 {
color: #91e8f7;
}
.color-3 {
color: #ddf6fd;
}
.color-4 {
color: #a1f7c9;
}
.color-5 {
color: #ff7a7f;
}
/* CSS Variables */
:root {
--color-1: #00b8c2;
--color-2: #91e8f7;
--color-3: #ddf6fd;
--color-4: #a1f7c9;
--color-5: #ff7a7f;
}
🌈 Miku background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b8c2, #91e8f7, #ddf6fd, #a1f7c9, #ff7a7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b8c2, #91e8f7, #ddf6fd, #a1f7c9, #ff7a7f);
}
🔗 Explore similar color palettes
Miku color palette created on .