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: #4abf6d;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f6e68e;
}
.color-4 {
color: #ffa94d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4abf6d;
--color-2: #a3d55d;
--color-3: #f6e68e;
--color-4: #ffa94d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Shades of Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf6d, #a3d55d, #f6e68e, #ffa94d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf6d, #a3d55d, #f6e68e, #ffa94d, #ff6e61);
}

Shades of Green color palette created on .