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: #6b9e91;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #e4f1e7;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #6b9e91;
--color-2: #a7d7b8;
--color-3: #e4f1e7;
--color-4: #f7b7a1;
--color-5: #f47b1f;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9e91, #a7d7b8, #e4f1e7, #f7b7a1, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9e91, #a7d7b8, #e4f1e7, #f7b7a1, #f47b1f);
}

Shades of Green color palette created on .