Earthy Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Elegance palette

Share this palette to:

Earthy Elegance color palette CSS

/* CSS */
.color-1 {
color: #939541;
}
.color-2 {
color: #705d29;
}
.color-3 {
color: #4e311d;
}
.color-4 {
color: #311a12;
}
.color-5 {
color: #1a0f0a;
}

/* CSS Variables */
:root {
--color-1: #939541;
--color-2: #705d29;
--color-3: #4e311d;
--color-4: #311a12;
--color-5: #1a0f0a;
}

Earthy Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #939541, #705d29, #4e311d, #311a12, #1a0f0a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #939541, #705d29, #4e311d, #311a12, #1a0f0a);
}

Similar color palettes

Scroll down to explore 3 Olive green color palettes

Earthy Elegance color palette created on .