Warm Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Yellow palette

Share this palette to:

Download Warm Yellow Color Palette (PNG)

Download warm yellow color palette PNG image (landscape)
Download warm yellow color palette PNG image (square)

Warm Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9c2a4;
}
.color-2 {
color: #f2a178;
}
.color-3 {
color: #fbae5b;
}
.color-4 {
color: #f8d62a;
}
.color-5 {
color: #f3efaf;
}

/* CSS Variables */
:root {
--color-1: #f9c2a4;
--color-2: #f2a178;
--color-3: #fbae5b;
--color-4: #f8d62a;
--color-5: #f3efaf;
}

Warm Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c2a4, #f2a178, #fbae5b, #f8d62a, #f3efaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c2a4, #f2a178, #fbae5b, #f8d62a, #f3efaf);
}

Warm Yellow color palette created on .