Creamy Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Yellow palette

Share this palette to:

Creamy Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eabf34;
}
.color-4 {
color: #e0b12e;
}
.color-5 {
color: #c59c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f1c84b;
--color-3: #eabf34;
--color-4: #e0b12e;
--color-5: #c59c2b;
}

Creamy Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f1c84b, #eabf34, #e0b12e, #c59c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f1c84b, #eabf34, #e0b12e, #c59c2b);
}

Creamy Yellow color palette created on .