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: #a7b300;
}
.color-2 {
color: #c7d03e;
}
.color-3 {
color: #e3e76e;
}
.color-4 {
color: #f9f99f;
}
.color-5 {
color: #ffe95c;
}
/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #c7d03e;
--color-3: #e3e76e;
--color-4: #f9f99f;
--color-5: #ffe95c;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #c7d03e, #e3e76e, #f9f99f, #ffe95c);
}
Similar color palettes
Shades of Yellow color palette created on .