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: #f9a824;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #cbdc38;
}
.color-5 {
color: #8bc34b;
}
/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ffcc00;
--color-3: #ffec3d;
--color-4: #cbdc38;
--color-5: #8bc34b;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ffcc00, #ffec3d, #cbdc38, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ffcc00, #ffec3d, #cbdc38, #8bc34b);
}
Similar color palettes
Scroll down to explore 600+ Yellow color palettes
Shades of Yellow color palette created on .