Yellow Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Green palette
Yellow Green color palette CSS
/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #f6c13c;
}
.color-3 {
color: #a1d77f;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f6c13c;
--color-3: #a1d77f;
--color-4: #3bb09a;
--color-5: #f25a76;
}
Yellow Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}
Similar color palettes
Yellow Green color palette created on .