Paleta de colores Earthy Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Earthy Embrace

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #a76c6c;
}
.color-3 {
color: #cdaa89;
}
.color-4 {
color: #e3c8b0;
}
.color-5 {
color: #efe4d7;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #a76c6c;
--color-3: #cdaa89;
--color-4: #e3c8b0;
--color-5: #efe4d7;
}

CSS del degradado de fondo Earthy Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #a76c6c, #cdaa89, #e3c8b0, #efe4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #a76c6c, #cdaa89, #e3c8b0, #efe4d7);
}

Earthy Embrace color palette created on .