Deep Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Deep Green palette

Condividi questa palette a:

tavolozza dei colori Deep Green CSS

/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #a0c49c;
}
.color-3 {
color: #e5f4e1;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #d1643d;
}

/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #a0c49c;
--color-3: #e5f4e1;
--color-4: #f8caa5;
--color-5: #d1643d;
}

CSS con gradiente di sfondo Deep Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #a0c49c, #e5f4e1, #f8caa5, #d1643d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #a0c49c, #e5f4e1, #f8caa5, #d1643d);
}

Deep Green color palette created on .