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: #f3ca4f;
}
.color-2 {
color: #d8993b;
}
.color-3 {
color: #d67a29;
}
.color-4 {
color: #c5591b;
}
.color-5 {
color: #a83c15;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #d8993b;
--color-3: #d67a29;
--color-4: #c5591b;
--color-5: #a83c15;
}

CSS con gradiente di sfondo Autumn Drive

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #d8993b, #d67a29, #c5591b, #a83c15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #d8993b, #d67a29, #c5591b, #a83c15);
}

Autumn Drive color palette created on .