Paleta de colores Autumn Gold
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Gold palette
CSS de la paleta de colores Autumn Gold
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Autumn Gold color palette created on .