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: #f8cf2a;
}
.color-2 {
color: #f0a94c;
}
.color-3 {
color: #f08d3d;
}
.color-4 {
color: #e3595e;
}
.color-5 {
color: #d14d8f;
}

/* CSS Variables */
:root {
--color-1: #f8cf2a;
--color-2: #f0a94c;
--color-3: #f08d3d;
--color-4: #e3595e;
--color-5: #d14d8f;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cf2a, #f0a94c, #f08d3d, #e3595e, #d14d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cf2a, #f0a94c, #f08d3d, #e3595e, #d14d8f);
}

Shades of Yellow color palette created on .