Light Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Light Yellow Color Palette (PNG)
Light Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6cf5a;
}
.color-3 {
color: #f3e9a0;
}
.color-4 {
color: #c2e0e5;
}
.color-5 {
color: #8ecae6;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6cf5a;
--color-3: #f3e9a0;
--color-4: #c2e0e5;
--color-5: #8ecae6;
}
Light Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6cf5a, #f3e9a0, #c2e0e5, #8ecae6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6cf5a, #f3e9a0, #c2e0e5, #8ecae6);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Light Yellow color palette created on .