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: #efb20b;
}
.color-2 {
color: #f9d14e;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #b66e1b;
}
.color-5 {
color: #a04f0d;
}

/* CSS Variables */
:root {
--color-1: #efb20b;
--color-2: #f9d14e;
--color-3: #f0a800;
--color-4: #b66e1b;
--color-5: #a04f0d;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efb20b, #f9d14e, #f0a800, #b66e1b, #a04f0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efb20b, #f9d14e, #f0a800, #b66e1b, #a04f0d);
}

Shades of Yellow color palette created on .