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: #a4c1ae;
}
.color-2 {
color: #6c9d85;
}
.color-3 {
color: #3d7071;
}
.color-4 {
color: #2e4c56;
}
.color-5 {
color: #2c3944;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #6c9d85;
--color-3: #3d7071;
--color-4: #2e4c56;
--color-5: #2c3944;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #6c9d85, #3d7071, #2e4c56, #2c3944);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #6c9d85, #3d7071, #2e4c56, #2c3944);
}

Shades of Green color palette created on .