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