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: #e1d7c1;
}
.color-2 {
color: #f0e3c1;
}
.color-3 {
color: #f8e5b4;
}
.color-4 {
color: #f5c75c;
}
.color-5 {
color: #d9b03f;
}
/* CSS Variables */
:root {
--color-1: #e1d7c1;
--color-2: #f0e3c1;
--color-3: #f8e5b4;
--color-4: #f5c75c;
--color-5: #d9b03f;
}
Shades of Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1d7c1, #f0e3c1, #f8e5b4, #f5c75c, #d9b03f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1d7c1, #f0e3c1, #f8e5b4, #f5c75c, #d9b03f);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Yellow color palette created on .