Grunge Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grunge Earth palette

Share this palette to:

Grunge Earth color palette CSS

/* CSS */
.color-1 {
color: #5f4b8b;
}
.color-2 {
color: #a67d6e;
}
.color-3 {
color: #d9cbaf;
}
.color-4 {
color: #a2b18c;
}
.color-5 {
color: #4e7e7e;
}

/* CSS Variables */
:root {
--color-1: #5f4b8b;
--color-2: #a67d6e;
--color-3: #d9cbaf;
--color-4: #a2b18c;
--color-5: #4e7e7e;
}

Grunge Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b8b, #a67d6e, #d9cbaf, #a2b18c, #4e7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b8b, #a67d6e, #d9cbaf, #a2b18c, #4e7e7e);
}

Similar color palettes

Scroll down to explore 1 Earthy color palette

Grunge Earth color palette created on .