Shades of Green and Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green and Yellow palette

Share this palette to:

Shades of Green and Yellow color palette CSS

/* CSS */
.color-1 {
color: #6dbf4a;
}
.color-2 {
color: #b4d64c;
}
.color-3 {
color: #f3e11b;
}
.color-4 {
color: #f9d14e;
}
.color-5 {
color: #faa700;
}

/* CSS Variables */
:root {
--color-1: #6dbf4a;
--color-2: #b4d64c;
--color-3: #f3e11b;
--color-4: #f9d14e;
--color-5: #faa700;
}

Shades of Green and Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}

Shades of Green and Yellow color palette created on .