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: #f6e48e;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #f6b7a2;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #f8d5a0;
--color-3: #f9b1ae;
--color-4: #f6b7a2;
--color-5: #f4a462;
}
Light Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #f8d5a0, #f9b1ae, #f6b7a2, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #f8d5a0, #f9b1ae, #f6b7a2, #f4a462);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Light Yellow color palette created on .