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: #5bbe7c;
}
.color-2 {
color: #a0dabf;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #fbac4b;
}
.color-5 {
color: #e36e5f;
}

/* CSS Variables */
:root {
--color-1: #5bbe7c;
--color-2: #a0dabf;
--color-3: #f5e0a3;
--color-4: #fbac4b;
--color-5: #e36e5f;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bbe7c, #a0dabf, #f5e0a3, #fbac4b, #e36e5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bbe7c, #a0dabf, #f5e0a3, #fbac4b, #e36e5f);
}

Shades of Green color palette created on .