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: #6e4b3a;
}
.color-2 {
color: #c1a57b;
}
.color-3 {
color: #dbc09f;
}
.color-4 {
color: #f2e0ba;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #6e4b3a;
--color-2: #c1a57b;
--color-3: #dbc09f;
--color-4: #f2e0ba;
--color-5: #e9b79f;
}

CSS del degradado de fondo Earthen Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e4b3a, #c1a57b, #dbc09f, #f2e0ba, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e4b3a, #c1a57b, #dbc09f, #f2e0ba, #e9b79f);
}

Earthen Embrace color palette created on .