Paleta de colores Hatsune Miku
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Hatsune Miku palette
CSS de la paleta de colores Hatsune Miku
/* 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;
}
CSS del degradado de fondo Hatsune Miku
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Hatsune Miku color palette created on .