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: #f7e7a6;
}
.color-2 {
color: #f4d171;
}
.color-3 {
color: #f2ba4a;
}
.color-4 {
color: #f0993d;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #f7e7a6;
--color-2: #f4d171;
--color-3: #f2ba4a;
--color-4: #f0993d;
--color-5: #e76e50;
}

Shades of Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7a6, #f4d171, #f2ba4a, #f0993d, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7a6, #f4d171, #f2ba4a, #f0993d, #e76e50);
}

Shades of Yellow color palette created on .