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: #f8e4bf;
}
.color-2 {
color: #f2b05a;
}
.color-3 {
color: #eca94b;
}
.color-4 {
color: #d88d31;
}
.color-5 {
color: #c3612c;
}
/* CSS Variables */
:root {
--color-1: #f8e4bf;
--color-2: #f2b05a;
--color-3: #eca94b;
--color-4: #d88d31;
--color-5: #c3612c;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e4bf, #f2b05a, #eca94b, #d88d31, #c3612c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e4bf, #f2b05a, #eca94b, #d88d31, #c3612c);
}
Similar color palettes
Scroll down to explore 90+ Cream color palettes
Shades of Yellow color palette created on .