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: #f1c84b;
}
.color-2 {
color: #e59f3e;
}
.color-3 {
color: #d57a2a;
}
.color-4 {
color: #c1601a;
}
.color-5 {
color: #a84c0b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e59f3e;
--color-3: #d57a2a;
--color-4: #c1601a;
--color-5: #a84c0b;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e59f3e, #d57a2a, #c1601a, #a84c0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e59f3e, #d57a2a, #c1601a, #a84c0b);
}

Shades of Yellow color palette created on .