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: #f5a524;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #f8d34f;
}
.color-4 {
color: #d5ea90;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f5b400;
--color-3: #f8d34f;
--color-4: #d5ea90;
--color-5: #a3d55d;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f5b400, #f8d34f, #d5ea90, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f5b400, #f8d34f, #d5ea90, #a3d55d);
}

Shades of Yellow color palette created on .