Paleta de colores NuclearGhost
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with NuclearGhost palette
Imagen PNG de la paleta de colores NuclearGhost
CSS de la paleta de colores NuclearGhost
/* CSS */
.color-1 {
color: #a4da4e;
}
.color-2 {
color: #a2c337;
}
.color-3 {
color: #8daf1d;
}
.color-4 {
color: #5d8c12;
}
.color-5 {
color: #4b810e;
}
/* CSS Variables */
:root {
--color-1: #a4da4e;
--color-2: #a2c337;
--color-3: #8daf1d;
--color-4: #5d8c12;
--color-5: #4b810e;
}
CSS del degradado de fondo NuclearGhost
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4da4e, #a2c337, #8daf1d, #5d8c12, #4b810e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4da4e, #a2c337, #8daf1d, #5d8c12, #4b810e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Verde
NuclearGhost color palette created on .