Whispers of Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earth CSS

/* CSS */
.color-1 {
color: #f5f7f3;
}
.color-2 {
color: #978982;
}
.color-3 {
color: #55483f;
}
.color-4 {
color: #3b4431;
}
.color-5 {
color: #422e29;
}

/* CSS Variables */
:root {
--color-1: #f5f7f3;
--color-2: #978982;
--color-3: #55483f;
--color-4: #3b4431;
--color-5: #422e29;
}

CSS con gradiente di sfondo Whispers of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f7f3, #978982, #55483f, #3b4431, #422e29);
}

Whispers of Earth color palette created on .