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: #b3e0d8;
}
.color-2 {
color: #d9e5d7;
}
.color-3 {
color: #e9d7c9;
}
.color-4 {
color: #f8f2e8;
}
.color-5 {
color: #a8b6a0;
}

/* CSS Variables */
:root {
--color-1: #b3e0d8;
--color-2: #d9e5d7;
--color-3: #e9d7c9;
--color-4: #f8f2e8;
--color-5: #a8b6a0;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3e0d8, #d9e5d7, #e9d7c9, #f8f2e8, #a8b6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3e0d8, #d9e5d7, #e9d7c9, #f8f2e8, #a8b6a0);
}

Shades of Green color palette created on .