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: #4cae4f;
}
.color-2 {
color: #a4d5a6;
}
.color-3 {
color: #e6ee9b;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff6e42;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #a4d5a6;
--color-3: #e6ee9b;
--color-4: #ffec3d;
--color-5: #ff6e42;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #a4d5a6, #e6ee9b, #ffec3d, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #a4d5a6, #e6ee9b, #ffec3d, #ff6e42);
}

Shades of Green color palette created on .