Shades of Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Yellow Color Palette (PNG)
Shades of Yellow color palette CSS
/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #d6c24c;
}
.color-3 {
color: #b8a56b;
}
.color-4 {
color: #a99c7e;
}
.color-5 {
color: #d4b68c;
}
/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #d6c24c;
--color-3: #b8a56b;
--color-4: #a99c7e;
--color-5: #d4b68c;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #d6c24c, #b8a56b, #a99c7e, #d4b68c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #d6c24c, #b8a56b, #a99c7e, #d4b68c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Shades of Yellow color palette created on .