Whispers of Nature Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Nature palette

Condividi questa palette a:

tavolozza dei colori Whispers of Nature CSS

/* CSS */
.color-1 {
color: #dbe1db;
}
.color-2 {
color: #ead9bd;
}
.color-3 {
color: #c3c0b1;
}
.color-4 {
color: #98cbe1;
}
.color-5 {
color: #979c8b;
}

/* CSS Variables */
:root {
--color-1: #dbe1db;
--color-2: #ead9bd;
--color-3: #c3c0b1;
--color-4: #98cbe1;
--color-5: #979c8b;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe1db, #ead9bd, #c3c0b1, #98cbe1, #979c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe1db, #ead9bd, #c3c0b1, #98cbe1, #979c8b);
}

Whispers of Nature color palette created on .