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 PNG image

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: #7dd3f2;
}
.color-2 {
color: #a4e1e5;
}
.color-3 {
color: #a3d7e0;
}
.color-4 {
color: #7dc5c5;
}
.color-5 {
color: #4bb9b5;
}

/* CSS Variables */
:root {
--color-1: #7dd3f2;
--color-2: #a4e1e5;
--color-3: #a3d7e0;
--color-4: #7dc5c5;
--color-5: #4bb9b5;
}

Hatsune Miku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd3f2, #a4e1e5, #a3d7e0, #7dc5c5, #4bb9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd3f2, #a4e1e5, #a3d7e0, #7dc5c5, #4bb9b5);
}

Hatsune Miku color palette created on .