Autumn Drive Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Drive palette

Condividi questa palette a:

tavolozza dei colori Autumn Drive 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;
}

CSS con gradiente di sfondo Autumn Drive

/* 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 .