Paleta de colores Whispers of Serene Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Earth

/* CSS */
.color-1 {
color: #faf8f4;
}
.color-2 {
color: #f5e6d6;
}
.color-3 {
color: #eadbcc;
}
.color-4 {
color: #b3a79e;
}
.color-5 {
color: #756d6c;
}

/* CSS Variables */
:root {
--color-1: #faf8f4;
--color-2: #f5e6d6;
--color-3: #eadbcc;
--color-4: #b3a79e;
--color-5: #756d6c;
}

CSS del degradado de fondo Whispers of Serene Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf8f4, #f5e6d6, #eadbcc, #b3a79e, #756d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf8f4, #f5e6d6, #eadbcc, #b3a79e, #756d6c);
}

Paletas de colores similares

Whispers of Serene Earth color palette created on .