Hatsune Miku Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hatsune Miku palette

Share this palette to:

Download Hatsune Miku Color Palette (PNG)

Download hatsune miku color palette PNG image (landscape)
Download hatsune miku color palette PNG image (square)

Hatsune Miku color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1fb3e5;
}
.color-3 {
color: #a0d7e9;
}
.color-4 {
color: #c3f4f9;
}
.color-5 {
color: #e0ffff;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1fb3e5;
--color-3: #a0d7e9;
--color-4: #c3f4f9;
--color-5: #e0ffff;
}

Hatsune Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1fb3e5, #a0d7e9, #c3f4f9, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1fb3e5, #a0d7e9, #c3f4f9, #e0ffff);
}

Hatsune Miku color palette created on .