Yellow Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Shades palette
Yellow Shades color palette CSS
/* CSS */
.color-1 {
color: #f7e240;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #db7c00;
}
.color-5 {
color: #b85f00;
}
/* CSS Variables */
:root {
--color-1: #f7e240;
--color-2: #f5c400;
--color-3: #f0a400;
--color-4: #db7c00;
--color-5: #b85f00;
}
Yellow Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e240, #f5c400, #f0a400, #db7c00, #b85f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e240, #f5c400, #f0a400, #db7c00, #b85f00);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Yellow Shades color palette created on .