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: #d4b8a5;
}
.color-2 {
color: #e6c2b3;
}
.color-3 {
color: #e0a3c7;
}
.color-4 {
color: #b2e0e0;
}
.color-5 {
color: #a7d3b0;
}

/* CSS Variables */
:root {
--color-1: #d4b8a5;
--color-2: #e6c2b3;
--color-3: #e0a3c7;
--color-4: #b2e0e0;
--color-5: #a7d3b0;
}

CSS del degradado de fondo Whimsical Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b8a5, #e6c2b3, #e0a3c7, #b2e0e0, #a7d3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b8a5, #e6c2b3, #e0a3c7, #b2e0e0, #a7d3b0);
}

Whimsical Earthtones color palette created on .