Yellow Green Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Green Shades palette

Condividi questa palette a:

tavolozza dei colori Yellow Green Shades CSS

/* CSS */
.color-1 {
color: #a8d06d;
}
.color-2 {
color: #b1de8c;
}
.color-3 {
color: #cbe6ad;
}
.color-4 {
color: #e2f6ac;
}
.color-5 {
color: #f5ffcc;
}

/* CSS Variables */
:root {
--color-1: #a8d06d;
--color-2: #b1de8c;
--color-3: #cbe6ad;
--color-4: #e2f6ac;
--color-5: #f5ffcc;
}

CSS con gradiente di sfondo Yellow Green Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d06d, #b1de8c, #cbe6ad, #e2f6ac, #f5ffcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d06d, #b1de8c, #cbe6ad, #e2f6ac, #f5ffcc);
}

Yellow Green Shades color palette created on .