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: #5cb75c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #f9e74e;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #5cb75c;
--color-2: #f8c572;
--color-3: #f76e6e;
--color-4: #f9e74e;
--color-5: #6b8f24;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb75c, #f8c572, #f76e6e, #f9e74e, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb75c, #f8c572, #f76e6e, #f9e74e, #6b8f24);
}

Shades of Green color palette created on .