Autumn Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Gold palette

Condividi questa palette a:

tavolozza dei colori Autumn Gold CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #c67b3f;
}
.color-3 {
color: #e3a03b;
}
.color-4 {
color: #f5c75b;
}
.color-5 {
color: #f8e6a0;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #c67b3f;
--color-3: #e3a03b;
--color-4: #f5c75b;
--color-5: #f8e6a0;
}

CSS con gradiente di sfondo Autumn Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #c67b3f, #e3a03b, #f5c75b, #f8e6a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #c67b3f, #e3a03b, #f5c75b, #f8e6a0);
}

Autumn Gold color palette created on .