Light Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Yellow palette

Share this palette to:

Light Yellow color palette CSS

/* CSS */
.color-1 {
color: #f3eac3;
}
.color-2 {
color: #f2d7a1;
}
.color-3 {
color: #f1c37e;
}
.color-4 {
color: #edb25e;
}
.color-5 {
color: #efae4d;
}

/* CSS Variables */
:root {
--color-1: #f3eac3;
--color-2: #f2d7a1;
--color-3: #f1c37e;
--color-4: #edb25e;
--color-5: #efae4d;
}

Light Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eac3, #f2d7a1, #f1c37e, #edb25e, #efae4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eac3, #f2d7a1, #f1c37e, #edb25e, #efae4d);
}

Light Yellow color palette created on .