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: #fdea58;
}
.color-2 {
color: #f2d35a;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #d6993d;
}
.color-5 {
color: #b87e2e;
}
/* CSS Variables */
:root {
--color-1: #fdea58;
--color-2: #f2d35a;
--color-3: #e6b84c;
--color-4: #d6993d;
--color-5: #b87e2e;
}
Yellow Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdea58, #f2d35a, #e6b84c, #d6993d, #b87e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdea58, #f2d35a, #e6b84c, #d6993d, #b87e2e);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Yellow Shades color palette created on .