Paleta de colores Rustic Earth Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rustic Earth Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Rustic Earth Tones

/* CSS */
.color-1 {
color: #b9ac92;
}
.color-2 {
color: #a18f78;
}
.color-3 {
color: #8b7a65;
}
.color-4 {
color: #846148;
}
.color-5 {
color: #6c6456;
}

/* CSS Variables */
:root {
--color-1: #b9ac92;
--color-2: #a18f78;
--color-3: #8b7a65;
--color-4: #846148;
--color-5: #6c6456;
}

CSS del degradado de fondo Rustic Earth Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9ac92, #a18f78, #8b7a65, #846148, #6c6456);
}

Rustic Earth Tones color palette created on .