Paleta de colores Earthy Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Red palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Red

/* CSS */
.color-1 {
color: #efe0c3;
}
.color-2 {
color: #d6b39a;
}
.color-3 {
color: #c0796d;
}
.color-4 {
color: #a94b3d;
}
.color-5 {
color: #7a2a2f;
}

/* CSS Variables */
:root {
--color-1: #efe0c3;
--color-2: #d6b39a;
--color-3: #c0796d;
--color-4: #a94b3d;
--color-5: #7a2a2f;
}

CSS del degradado de fondo Earthy Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe0c3, #d6b39a, #c0796d, #a94b3d, #7a2a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe0c3, #d6b39a, #c0796d, #a94b3d, #7a2a2f);
}

Earthy Red color palette created on .