Whispers of Earth and Stone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Earth and Stone palette

Share this palette to:

Whispers of Earth and Stone color palette CSS

/* CSS */
.color-1 {
color: #dbdbdb;
}
.color-2 {
color: #b6b7b3;
}
.color-3 {
color: #a09f73;
}
.color-4 {
color: #8f9492;
}
.color-5 {
color: #707066;
}

/* CSS Variables */
:root {
--color-1: #dbdbdb;
--color-2: #b6b7b3;
--color-3: #a09f73;
--color-4: #8f9492;
--color-5: #707066;
}

Whispers of Earth and Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbdb, #b6b7b3, #a09f73, #8f9492, #707066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbdb, #b6b7b3, #a09f73, #8f9492, #707066);
}

Whispers of Earth and Stone color palette created on .