Warm Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Yellow palette

Share this palette to:

Warm Yellow color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e6a34c;
}
.color-3 {
color: #d48d4e;
}
.color-4 {
color: #c66e5d;
}
.color-5 {
color: #b44b6c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e6a34c;
--color-3: #d48d4e;
--color-4: #c66e5d;
--color-5: #b44b6c;
}

Warm Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e6a34c, #d48d4e, #c66e5d, #b44b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e6a34c, #d48d4e, #c66e5d, #b44b6c);
}

Warm Yellow color palette created on .