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: #3cb472;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #4d4c5d;
}
.color-5 {
color: #f7e17e;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #ffcb5c;
--color-3: #ff6b6b;
--color-4: #4d4c5d;
--color-5: #f7e17e;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #ffcb5c, #ff6b6b, #4d4c5d, #f7e17e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #ffcb5c, #ff6b6b, #4d4c5d, #f7e17e);
}

Shades of Green color palette created on .