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: #fcfae9;
}
.color-2 {
color: #f1f3f2;
}
.color-3 {
color: #dddfdd;
}
.color-4 {
color: #f3d3af;
}
.color-5 {
color: #bdc1bf;
}

/* CSS Variables */
:root {
--color-1: #fcfae9;
--color-2: #f1f3f2;
--color-3: #dddfdd;
--color-4: #f3d3af;
--color-5: #bdc1bf;
}

CSS del degradado de fondo Whispers of Serene Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfae9, #f1f3f2, #dddfdd, #f3d3af, #bdc1bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfae9, #f1f3f2, #dddfdd, #f3d3af, #bdc1bf);
}

Whispers of Serene Earth color palette created on .