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