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: #ece4da;
}
.color-2 {
color: #d4cbb9;
}
.color-3 {
color: #8e9183;
}
.color-4 {
color: #635d3b;
}
.color-5 {
color: #455763;
}

/* CSS Variables */
:root {
--color-1: #ece4da;
--color-2: #d4cbb9;
--color-3: #8e9183;
--color-4: #635d3b;
--color-5: #455763;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ece4da, #d4cbb9, #8e9183, #635d3b, #455763);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ece4da, #d4cbb9, #8e9183, #635d3b, #455763);
}

Whispers of Nature color palette created on .