Autumn Drive Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Autumn Drive palette

Share this palette to:

Autumn Drive color palette CSS

/* CSS */
.color-1 {
color: #f2d069;
}
.color-2 {
color: #e9a558;
}
.color-3 {
color: #d48f4e;
}
.color-4 {
color: #af754b;
}
.color-5 {
color: #90594c;
}

/* CSS Variables */
:root {
--color-1: #f2d069;
--color-2: #e9a558;
--color-3: #d48f4e;
--color-4: #af754b;
--color-5: #90594c;
}

Autumn Drive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d069, #e9a558, #d48f4e, #af754b, #90594c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d069, #e9a558, #d48f4e, #af754b, #90594c);
}

Autumn Drive color palette created on .