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: #4ca44c;
}
.color-2 {
color: #e6bb65;
}
.color-3 {
color: #ca4a3f;
}
.color-4 {
color: #7c5cdb;
}
.color-5 {
color: #f2e7ca;
}

/* CSS Variables */
:root {
--color-1: #4ca44c;
--color-2: #e6bb65;
--color-3: #ca4a3f;
--color-4: #7c5cdb;
--color-5: #f2e7ca;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca44c, #e6bb65, #ca4a3f, #7c5cdb, #f2e7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca44c, #e6bb65, #ca4a3f, #7c5cdb, #f2e7ca);
}

Shades of Green color palette created on .