Paleta de colores Whispers of Soft Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Soft Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Soft Earth

/* CSS */
.color-1 {
color: #fffefa;
}
.color-2 {
color: #fef7e1;
}
.color-3 {
color: #e7e7de;
}
.color-4 {
color: #eee0ba;
}
.color-5 {
color: #c6cdcd;
}

/* CSS Variables */
:root {
--color-1: #fffefa;
--color-2: #fef7e1;
--color-3: #e7e7de;
--color-4: #eee0ba;
--color-5: #c6cdcd;
}

CSS del degradado de fondo Whispers of Soft Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffefa, #fef7e1, #e7e7de, #eee0ba, #c6cdcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffefa, #fef7e1, #e7e7de, #eee0ba, #c6cdcd);
}

Paletas de colores similares

Whispers of Soft Earth color palette created on .