Whispering Woods Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Woods palette

Condividi questa palette a:

tavolozza dei colori Whispering Woods CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #b7a99a;
}
.color-3 {
color: #7f6c5c;
}
.color-4 {
color: #4e5a4e;
}
.color-5 {
color: #333b30;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #b7a99a;
--color-3: #7f6c5c;
--color-4: #4e5a4e;
--color-5: #333b30;
}

CSS con gradiente di sfondo Whispering Woods

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #b7a99a, #7f6c5c, #4e5a4e, #333b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #b7a99a, #7f6c5c, #4e5a4e, #333b30);
}

Whispering Woods color palette created on .