Orange Vintage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Vintage palette

Share this palette to:

Orange Vintage color palette CSS

/* CSS */
.color-1 {
color: #ffcc85;
}
.color-2 {
color: #ffab66;
}
.color-3 {
color: #ff8b42;
}
.color-4 {
color: #ff6d24;
}
.color-5 {
color: #ff5100;
}

/* CSS Variables */
:root {
--color-1: #ffcc85;
--color-2: #ffab66;
--color-3: #ff8b42;
--color-4: #ff6d24;
--color-5: #ff5100;
}

Orange Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc85, #ffab66, #ff8b42, #ff6d24, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc85, #ffab66, #ff8b42, #ff6d24, #ff5100);
}

Orange Vintage color palette created on .