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: #a7b4a7;
}
.color-2 {
color: #b4c5ba;
}
.color-3 {
color: #d4dfd2;
}
.color-4 {
color: #f2f6e4;
}
.color-5 {
color: #f8f2d3;
}

/* CSS Variables */
:root {
--color-1: #a7b4a7;
--color-2: #b4c5ba;
--color-3: #d4dfd2;
--color-4: #f2f6e4;
--color-5: #f8f2d3;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b4a7, #b4c5ba, #d4dfd2, #f2f6e4, #f8f2d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b4a7, #b4c5ba, #d4dfd2, #f2f6e4, #f8f2d3);
}

Shades of Green color palette created on .