Shades of Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Share this palette to:

Shades of Yellow color palette CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #a2d57c;
}
.color-4 {
color: #6ab9a0;
}
.color-5 {
color: #3b9cc9;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f4cf3e;
--color-3: #a2d57c;
--color-4: #6ab9a0;
--color-5: #3b9cc9;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f4cf3e, #a2d57c, #6ab9a0, #3b9cc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f4cf3e, #a2d57c, #6ab9a0, #3b9cc9);
}

Shades of Yellow color palette created on .