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: #cac1af;
}
.color-2 {
color: #a99b84;
}
.color-3 {
color: #8d7f62;
}
.color-4 {
color: #746949;
}
.color-5 {
color: #5e5836;
}

/* CSS Variables */
:root {
--color-1: #cac1af;
--color-2: #a99b84;
--color-3: #8d7f62;
--color-4: #746949;
--color-5: #5e5836;
}

CSS del degradado de fondo Earthy Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cac1af, #a99b84, #8d7f62, #746949, #5e5836);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cac1af, #a99b84, #8d7f62, #746949, #5e5836);
}

Earthy Embrace color palette created on .