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