Paleta de colores Whispers of Earth and Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Earth and Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Earth and Sky

/* CSS */
.color-1 {
color: #e0c4a9;
}
.color-2 {
color: #bfad8d;
}
.color-3 {
color: #a0abca;
}
.color-4 {
color: #a7956c;
}
.color-5 {
color: #7a7062;
}

/* CSS Variables */
:root {
--color-1: #e0c4a9;
--color-2: #bfad8d;
--color-3: #a0abca;
--color-4: #a7956c;
--color-5: #7a7062;
}

CSS del degradado de fondo Whispers of Earth and Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c4a9, #bfad8d, #a0abca, #a7956c, #7a7062);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c4a9, #bfad8d, #a0abca, #a7956c, #7a7062);
}

Whispers of Earth and Sky color palette created on .