Light Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Yellow palette
Light Yellow color palette CSS
/* CSS */
.color-1 {
color: #c9b96e;
}
.color-2 {
color: #e6d3a2;
}
.color-3 {
color: #f4e7b3;
}
.color-4 {
color: #f9e5b9;
}
.color-5 {
color: #e1c894;
}
/* CSS Variables */
:root {
--color-1: #c9b96e;
--color-2: #e6d3a2;
--color-3: #f4e7b3;
--color-4: #f9e5b9;
--color-5: #e1c894;
}
Light Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9b96e, #e6d3a2, #f4e7b3, #f9e5b9, #e1c894);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9b96e, #e6d3a2, #f4e7b3, #f9e5b9, #e1c894);
}
Similar color palettes
Scroll down to explore 90 Amber color palettes
Light Yellow color palette created on .