Shades of Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Green CSS

/* CSS */
.color-1 {
color: #1b8354;
}
.color-2 {
color: #c5ab67;
}
.color-3 {
color: #70975e;
}
.color-4 {
color: #f6c6a2;
}
.color-5 {
color: #e2a46e;
}

/* CSS Variables */
:root {
--color-1: #1b8354;
--color-2: #c5ab67;
--color-3: #70975e;
--color-4: #f6c6a2;
--color-5: #e2a46e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8354, #c5ab67, #70975e, #f6c6a2, #e2a46e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8354, #c5ab67, #70975e, #f6c6a2, #e2a46e);
}

Shades of Green color palette created on .