Whispers of Earth and Stone Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Earth and Stone palette

Condividi questa palette a:

tavolozza dei colori Whispers of Earth and Stone CSS

/* CSS */
.color-1 {
color: #e7e8e3;
}
.color-2 {
color: #c2b394;
}
.color-3 {
color: #a4866a;
}
.color-4 {
color: #7a6543;
}
.color-5 {
color: #4e5465;
}

/* CSS Variables */
:root {
--color-1: #e7e8e3;
--color-2: #c2b394;
--color-3: #a4866a;
--color-4: #7a6543;
--color-5: #4e5465;
}

CSS con gradiente di sfondo Whispers of Earth and Stone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e8e3, #c2b394, #a4866a, #7a6543, #4e5465);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e8e3, #c2b394, #a4866a, #7a6543, #4e5465);
}

Whispers of Earth and Stone color palette created on .