Hatsune Miku Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hatsune Miku palette

Share this palette to:

Hatsune Miku color palette CSS

/* CSS */
.color-1 {
color: #80dae0;
}
.color-2 {
color: #4bc7d8;
}
.color-3 {
color: #3abfd4;
}
.color-4 {
color: #2d9acd;
}
.color-5 {
color: #1f80c1;
}

/* CSS Variables */
:root {
--color-1: #80dae0;
--color-2: #4bc7d8;
--color-3: #3abfd4;
--color-4: #2d9acd;
--color-5: #1f80c1;
}

Hatsune Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80dae0, #4bc7d8, #3abfd4, #2d9acd, #1f80c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80dae0, #4bc7d8, #3abfd4, #2d9acd, #1f80c1);
}

Hatsune Miku color palette created on .