Vintage Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Yellow palette

Share this palette to:

Vintage Yellow color palette CSS

/* CSS */
.color-1 {
color: #c8a56f;
}
.color-2 {
color: #d8b02c;
}
.color-3 {
color: #f4c62f;
}
.color-4 {
color: #f7a64a;
}
.color-5 {
color: #f88c3a;
}

/* CSS Variables */
:root {
--color-1: #c8a56f;
--color-2: #d8b02c;
--color-3: #f4c62f;
--color-4: #f7a64a;
--color-5: #f88c3a;
}

Vintage Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a56f, #d8b02c, #f4c62f, #f7a64a, #f88c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a56f, #d8b02c, #f4c62f, #f7a64a, #f88c3a);
}

Vintage Yellow color palette created on .