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: #b0b14e;
}
.color-2 {
color: #bfc05d;
}
.color-3 {
color: #b7b856;
}
.color-4 {
color: #d9d14a;
}
.color-5 {
color: #efe97b;
}
/* CSS Variables */
:root {
--color-1: #b0b14e;
--color-2: #bfc05d;
--color-3: #b7b856;
--color-4: #d9d14a;
--color-5: #efe97b;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0b14e, #bfc05d, #b7b856, #d9d14a, #efe97b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0b14e, #bfc05d, #b7b856, #d9d14a, #efe97b);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Shades of Yellow color palette created on .