Shades of Yellow and Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow and Green palette

Share this palette to:

Shades of Yellow and Green color palette CSS

/* CSS */
.color-1 {
color: #ffb13d;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #3eac7d;
}
.color-4 {
color: #2a9d90;
}
.color-5 {
color: #274754;
}

/* CSS Variables */
:root {
--color-1: #ffb13d;
--color-2: #f6d55a;
--color-3: #3eac7d;
--color-4: #2a9d90;
--color-5: #274754;
}

Shades of Yellow and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb13d, #f6d55a, #3eac7d, #2a9d90, #274754);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb13d, #f6d55a, #3eac7d, #2a9d90, #274754);
}

Shades of Yellow and Green color palette created on .