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: #fdfcfc;
}
.color-2 {
color: #faf9f5;
}
.color-3 {
color: #f3eee7;
}
.color-4 {
color: #e9e1d3;
}
.color-5 {
color: #d4cec9;
}

/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #faf9f5;
--color-3: #f3eee7;
--color-4: #e9e1d3;
--color-5: #d4cec9;
}

CSS del degradado de fondo Whispers of Soft Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #faf9f5, #f3eee7, #e9e1d3, #d4cec9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #faf9f5, #f3eee7, #e9e1d3, #d4cec9);
}

Whispers of Soft Earth color palette created on .