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: #f2e15f;
}
.color-2 {
color: #b3c021;
}
.color-3 {
color: #88991a;
}
.color-4 {
color: #5b6f1b;
}
.color-5 {
color: #3b4c15;
}
/* CSS Variables */
:root {
--color-1: #f2e15f;
--color-2: #b3c021;
--color-3: #88991a;
--color-4: #5b6f1b;
--color-5: #3b4c15;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e15f, #b3c021, #88991a, #5b6f1b, #3b4c15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e15f, #b3c021, #88991a, #5b6f1b, #3b4c15);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Yellow color palette created on .