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: #fdf7e2;
}
.color-2 {
color: #f6e8b1;
}
.color-3 {
color: #f2d77d;
}
.color-4 {
color: #f7b450;
}
.color-5 {
color: #eca64b;
}

/* CSS Variables */
:root {
--color-1: #fdf7e2;
--color-2: #f6e8b1;
--color-3: #f2d77d;
--color-4: #f7b450;
--color-5: #eca64b;
}

Light Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf7e2, #f6e8b1, #f2d77d, #f7b450, #eca64b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf7e2, #f6e8b1, #f2d77d, #f7b450, #eca64b);
}

Light Yellow color palette created on .