Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #f9e780;
}
.color-2 {
color: #f6d560;
}
.color-3 {
color: #f3bc39;
}
.color-4 {
color: #f1a31e;
}
.color-5 {
color: #f08c00;
}
/* CSS Variables */
:root {
--color-1: #f9e780;
--color-2: #f6d560;
--color-3: #f3bc39;
--color-4: #f1a31e;
--color-5: #f08c00;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e780, #f6d560, #f3bc39, #f1a31e, #f08c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e780, #f6d560, #f3bc39, #f1a31e, #f08c00);
}
Similar color palettes
Scroll down to explore 600+ Yellow color palettes
Shades of Yellow color palette created on .