Whispers of Serene Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Earth CSS

/* 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 con gradiente di sfondo 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 .