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