Light Yellow Joy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Yellow Joy palette

Share this palette to:

Download Light Yellow Joy Color Palette (PNG)

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

Light Yellow Joy color palette CSS

/* CSS */
.color-1 {
color: #fceeb6;
}
.color-2 {
color: #fae27f;
}
.color-3 {
color: #f9d74d;
}
.color-4 {
color: #f4cc3e;
}
.color-5 {
color: #f0ba3d;
}

/* CSS Variables */
:root {
--color-1: #fceeb6;
--color-2: #fae27f;
--color-3: #f9d74d;
--color-4: #f4cc3e;
--color-5: #f0ba3d;
}

Light Yellow Joy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceeb6, #fae27f, #f9d74d, #f4cc3e, #f0ba3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceeb6, #fae27f, #f9d74d, #f4cc3e, #f0ba3d);
}

Light Yellow Joy color palette created on .