Paleta de colores Earthy Tan Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Tan Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Tan Shades

/* CSS */
.color-1 {
color: #d9c9a0;
}
.color-2 {
color: #c6b59f;
}
.color-3 {
color: #a7997b;
}
.color-4 {
color: #7d5c4f;
}
.color-5 {
color: #4e3b2c;
}

/* CSS Variables */
:root {
--color-1: #d9c9a0;
--color-2: #c6b59f;
--color-3: #a7997b;
--color-4: #7d5c4f;
--color-5: #4e3b2c;
}

CSS del degradado de fondo Earthy Tan Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c9a0, #c6b59f, #a7997b, #7d5c4f, #4e3b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c9a0, #c6b59f, #a7997b, #7d5c4f, #4e3b2c);
}

Earthy Tan Shades color palette created on .