Hatsune Miku Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hatsune Miku palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Hatsune Miku

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

tavolozza dei colori Hatsune Miku CSS

/* CSS */
.color-1 {
color: #79d7e2;
}
.color-2 {
color: #3f8e97;
}
.color-3 {
color: #4b9da0;
}
.color-4 {
color: #6bdbd7;
}
.color-5 {
color: #1ea1b3;
}

/* CSS Variables */
:root {
--color-1: #79d7e2;
--color-2: #3f8e97;
--color-3: #4b9da0;
--color-4: #6bdbd7;
--color-5: #1ea1b3;
}

CSS con gradiente di sfondo Hatsune Miku

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79d7e2, #3f8e97, #4b9da0, #6bdbd7, #1ea1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79d7e2, #3f8e97, #4b9da0, #6bdbd7, #1ea1b3);
}

Hatsune Miku color palette created on .