Paleta de colores Firefly Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Firefly Glow palette
Descargar la paleta de colores Firefly Glow (PNG)
CSS de la paleta de colores Firefly Glow
/* CSS */
.color-1 {
color: #0e292f;
}
.color-2 {
color: #1b4f55;
}
.color-3 {
color: #3b888c;
}
.color-4 {
color: #7fdc88;
}
.color-5 {
color: #f7c94b;
}
/* CSS Variables */
:root {
--color-1: #0e292f;
--color-2: #1b4f55;
--color-3: #3b888c;
--color-4: #7fdc88;
--color-5: #f7c94b;
}
CSS del degradado de fondo Firefly Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e292f, #1b4f55, #3b888c, #7fdc88, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e292f, #1b4f55, #3b888c, #7fdc88, #f7c94b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Oscuro
Firefly Glow color palette created on .