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: #3b4e4e;
}
.color-2 {
color: #4e6a64;
}
.color-3 {
color: #6ea09a;
}
.color-4 {
color: #a5cfb3;
}
.color-5 {
color: #e1f1df;
}

/* CSS Variables */
:root {
--color-1: #3b4e4e;
--color-2: #4e6a64;
--color-3: #6ea09a;
--color-4: #a5cfb3;
--color-5: #e1f1df;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4e4e, #4e6a64, #6ea09a, #a5cfb3, #e1f1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4e4e, #4e6a64, #6ea09a, #a5cfb3, #e1f1df);
}

Shades of Green color palette created on .