Paleta de colores Earthen Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthen Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Earthen Embrace

/* CSS */
.color-1 {
color: #6c4c41;
}
.color-2 {
color: #8d6f62;
}
.color-3 {
color: #c2b48e;
}
.color-4 {
color: #e3b86d;
}
.color-5 {
color: #d57a39;
}

/* CSS Variables */
:root {
--color-1: #6c4c41;
--color-2: #8d6f62;
--color-3: #c2b48e;
--color-4: #e3b86d;
--color-5: #d57a39;
}

CSS del degradado de fondo Earthen Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c4c41, #8d6f62, #c2b48e, #e3b86d, #d57a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c4c41, #8d6f62, #c2b48e, #e3b86d, #d57a39);
}

Earthen Embrace color palette created on .