Paleta de colores Rustic Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Earth

/* CSS */
.color-1 {
color: #41200b;
}
.color-2 {
color: #180a02;
}
.color-3 {
color: #a94828;
}
.color-4 {
color: #6d361c;
}
.color-5 {
color: #4e3422;
}

/* CSS Variables */
:root {
--color-1: #41200b;
--color-2: #180a02;
--color-3: #a94828;
--color-4: #6d361c;
--color-5: #4e3422;
}

CSS del degradado de fondo Rustic Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41200b, #180a02, #a94828, #6d361c, #4e3422);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41200b, #180a02, #a94828, #6d361c, #4e3422);
}

Rustic Earth color palette created on .