Paleta de colores Earth’s Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earth’s Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Earth’s Embrace

/* CSS */
.color-1 {
color: #a4693d;
}
.color-2 {
color: #b18959;
}
.color-3 {
color: #d4b559;
}
.color-4 {
color: #e9d28b;
}
.color-5 {
color: #f5e5b2;
}

/* CSS Variables */
:root {
--color-1: #a4693d;
--color-2: #b18959;
--color-3: #d4b559;
--color-4: #e9d28b;
--color-5: #f5e5b2;
}

CSS del degradado de fondo Earth’s Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4693d, #b18959, #d4b559, #e9d28b, #f5e5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4693d, #b18959, #d4b559, #e9d28b, #f5e5b2);
}

Earth’s Embrace color palette created on .