Earthy Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Enchantment palette

Share this palette to:

Earthy Enchantment color palette CSS

/* CSS */
.color-1 {
color: #e7ddc6;
}
.color-2 {
color: #c9ab5e;
}
.color-3 {
color: #899249;
}
.color-4 {
color: #b16a3e;
}
.color-5 {
color: #6a753e;
}

/* CSS Variables */
:root {
--color-1: #e7ddc6;
--color-2: #c9ab5e;
--color-3: #899249;
--color-4: #b16a3e;
--color-5: #6a753e;
}

Earthy Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7ddc6, #c9ab5e, #899249, #b16a3e, #6a753e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7ddc6, #c9ab5e, #899249, #b16a3e, #6a753e);
}

Earthy Enchantment color palette created on .