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: #f5c542;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f5694d;
}
.color-4 {
color: #d45e74;
}
.color-5 {
color: #9a5b96;
}

/* CSS Variables */
:root {
--color-1: #f5c542;
--color-2: #f5a524;
--color-3: #f5694d;
--color-4: #d45e74;
--color-5: #9a5b96;
}

Warm Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c542, #f5a524, #f5694d, #d45e74, #9a5b96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c542, #f5a524, #f5694d, #d45e74, #9a5b96);
}

Warm Yellow color palette created on .