Paleta de colores Whimsical Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Earthtones palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Earthtones

/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #c6997b;
}
.color-3 {
color: #aa8b6e;
}
.color-4 {
color: #8b6d55;
}
.color-5 {
color: #5d4d3c;
}

/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #c6997b;
--color-3: #aa8b6e;
--color-4: #8b6d55;
--color-5: #5d4d3c;
}

CSS del degradado de fondo Whimsical Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}

Whimsical Earthtones color palette created on .