Deviant Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deviant Shades of Green palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Deviant Shades of Green

Download deviant shades of green color palette PNG image (landscape)
Download deviant shades of green color palette PNG image (square)

tavolozza dei colori Deviant Shades of Green CSS

/* CSS */
.color-1 {
color: #2d4c24;
}
.color-2 {
color: #496029;
}
.color-3 {
color: #4e6737;
}
.color-4 {
color: #547240;
}
.color-5 {
color: #667949;
}

/* CSS Variables */
:root {
--color-1: #2d4c24;
--color-2: #496029;
--color-3: #4e6737;
--color-4: #547240;
--color-5: #667949;
}

CSS con gradiente di sfondo Deviant Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4c24, #496029, #4e6737, #547240, #667949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4c24, #496029, #4e6737, #547240, #667949);
}

Deviant Shades of Green color palette created on .