Shades of Yellow Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow Green CSS

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f2c84a;
}
.color-3 {
color: #f1d66a;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6cbe4b;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f2c84a;
--color-3: #f1d66a;
--color-4: #a3d55d;
--color-5: #6cbe4b;
}

CSS con gradiente di sfondo Shades of Yellow Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f2c84a, #f1d66a, #a3d55d, #6cbe4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f2c84a, #f1d66a, #a3d55d, #6cbe4b);
}

Shades of Yellow Green color palette created on .