Paleta de colores Autumn Brown

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Brown palette

Compartir esta paleta en:

CSS de la paleta de colores Autumn Brown

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #eabe85;
}
.color-3 {
color: #e5b07b;
}
.color-4 {
color: #a9a67e;
}
.color-5 {
color: #7e4a3a;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #eabe85;
--color-3: #e5b07b;
--color-4: #a9a67e;
--color-5: #7e4a3a;
}

CSS del degradado de fondo Autumn Brown

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}

Autumn Brown color palette created on .