Paleta de colores Red and Black Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red and Black Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Red and Black Earth

/* CSS */
.color-1 {
color: #4d1f1f;
}
.color-2 {
color: #8e3e3e;
}
.color-3 {
color: #b15939;
}
.color-4 {
color: #d67a3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #4d1f1f;
--color-2: #8e3e3e;
--color-3: #b15939;
--color-4: #d67a3d;
--color-5: #4e3b31;
}

CSS del degradado de fondo Red and Black Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1f1f, #8e3e3e, #b15939, #d67a3d, #4e3b31);
}

Red and Black Earth color palette created on .