NuclearGhost Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with NuclearGhost palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori NuclearGhost

Download nuclearghost color palette PNG image (landscape)
Download nuclearghost color palette PNG image (square)

tavolozza dei colori NuclearGhost CSS

/* 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 con gradiente di sfondo 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);
}

NuclearGhost color palette created on .