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: #f1c84b;
}
.color-2 {
color: #e76e50;
}
.color-3 {
color: #6b9cd1;
}
.color-4 {
color: #4f7bab;
}
.color-5 {
color: #f9c3cf;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e76e50;
--color-3: #6b9cd1;
--color-4: #4f7bab;
--color-5: #f9c3cf;
}

Light Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e76e50, #6b9cd1, #4f7bab, #f9c3cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e76e50, #6b9cd1, #4f7bab, #f9c3cf);
}

Light Yellow color palette created on .