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: #a8c2b8;
}
.color-2 {
color: #b3d5c7;
}
.color-3 {
color: #c4ede1;
}
.color-4 {
color: #e7f9e7;
}
.color-5 {
color: #f8fff5;
}

/* CSS Variables */
:root {
--color-1: #a8c2b8;
--color-2: #b3d5c7;
--color-3: #c4ede1;
--color-4: #e7f9e7;
--color-5: #f8fff5;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c2b8, #b3d5c7, #c4ede1, #e7f9e7, #f8fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c2b8, #b3d5c7, #c4ede1, #e7f9e7, #f8fff5);
}

Shades of Green color palette created on .