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