Whispers of Ancient Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Ancient Earth palette

Share this palette to:

Whispers of Ancient Earth color palette CSS

/* CSS */
.color-1 {
color: #cda95b;
}
.color-2 {
color: #96793c;
}
.color-3 {
color: #483923;
}
.color-4 {
color: #2e2319;
}
.color-5 {
color: #241b14;
}

/* CSS Variables */
:root {
--color-1: #cda95b;
--color-2: #96793c;
--color-3: #483923;
--color-4: #2e2319;
--color-5: #241b14;
}

Whispers of Ancient Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cda95b, #96793c, #483923, #2e2319, #241b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cda95b, #96793c, #483923, #2e2319, #241b14);
}

Whispers of Ancient Earth color palette created on .