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: #d8c4b0;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f7c5d5;
}
.color-4 {
color: #b3e6e0;
}
.color-5 {
color: #f2e0b1;
}

/* CSS Variables */
:root {
--color-1: #d8c4b0;
--color-2: #f2e4d4;
--color-3: #f7c5d5;
--color-4: #b3e6e0;
--color-5: #f2e0b1;
}

CSS del degradado de fondo Whimsical Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c4b0, #f2e4d4, #f7c5d5, #b3e6e0, #f2e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c4b0, #f2e4d4, #f7c5d5, #b3e6e0, #f2e0b1);
}

Whimsical Earthtones color palette created on .