Golden Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Yellow palette

Share this palette to:

Golden Yellow color palette CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e2a34b;
}
.color-4 {
color: #d68a2e;
}
.color-5 {
color: #b6692b;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f1c84b;
--color-3: #e2a34b;
--color-4: #d68a2e;
--color-5: #b6692b;
}

Golden Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f1c84b, #e2a34b, #d68a2e, #b6692b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f1c84b, #e2a34b, #d68a2e, #b6692b);
}

Golden Yellow color palette created on .