Yellow Greenery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Greenery palette
Yellow Greenery color palette CSS
/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #a4d37e;
}
.color-3 {
color: #5dbb5f;
}
.color-4 {
color: #398c2c;
}
.color-5 {
color: #2e7024;
}
/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #a4d37e;
--color-3: #5dbb5f;
--color-4: #398c2c;
--color-5: #2e7024;
}
Yellow Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #a4d37e, #5dbb5f, #398c2c, #2e7024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #a4d37e, #5dbb5f, #398c2c, #2e7024);
}
Similar color palettes
Yellow Greenery color palette created on .