Light Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Yellow palette

Share this palette to:

Download Light Yellow Color Palette (PNG)

Download light yellow color palette PNG image (landscape)
Download light yellow color palette PNG image (square)

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);
}

Light Yellow color palette created on .