Paleta de colores Rustic Autumn Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Autumn Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Autumn Embrace

/* CSS */
.color-1 {
color: #b69886;
}
.color-2 {
color: #a46c4c;
}
.color-3 {
color: #8d5c3f;
}
.color-4 {
color: #794a35;
}
.color-5 {
color: #5b484a;
}

/* CSS Variables */
:root {
--color-1: #b69886;
--color-2: #a46c4c;
--color-3: #8d5c3f;
--color-4: #794a35;
--color-5: #5b484a;
}

CSS del degradado de fondo Rustic Autumn Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69886, #a46c4c, #8d5c3f, #794a35, #5b484a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69886, #a46c4c, #8d5c3f, #794a35, #5b484a);
}

Rustic Autumn Embrace color palette created on .