Deimos Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deimos Green palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Deimos Green

Download deimos green color palette PNG image (landscape)
Download deimos green color palette PNG image (square)

tavolozza dei colori Deimos Green CSS

/* CSS */
.color-1 {
color: #3e5030;
}
.color-2 {
color: #597354;
}
.color-3 {
color: #7c9461;
}
.color-4 {
color: #acc78f;
}
.color-5 {
color: #cbe5bd;
}

/* CSS Variables */
:root {
--color-1: #3e5030;
--color-2: #597354;
--color-3: #7c9461;
--color-4: #acc78f;
--color-5: #cbe5bd;
}

CSS con gradiente di sfondo Deimos Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5030, #597354, #7c9461, #acc78f, #cbe5bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5030, #597354, #7c9461, #acc78f, #cbe5bd);
}

Deimos Green color palette created on .