Enchanted Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Earth palette

Share this palette to:

Enchanted Earth color palette PNG image

Download enchanted earth color palette PNG image (landscape)
Download enchanted earth color palette PNG image (square)

Enchanted Earth color palette CSS

/* CSS */
.color-1 {
color: #4b3c2f;
}
.color-2 {
color: #7d6b5e;
}
.color-3 {
color: #a79a7b;
}
.color-4 {
color: #d1c8a3;
}
.color-5 {
color: #b55d30;
}

/* CSS Variables */
:root {
--color-1: #4b3c2f;
--color-2: #7d6b5e;
--color-3: #a79a7b;
--color-4: #d1c8a3;
--color-5: #b55d30;
}

Enchanted Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2f, #7d6b5e, #a79a7b, #d1c8a3, #b55d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2f, #7d6b5e, #a79a7b, #d1c8a3, #b55d30);
}

Enchanted Earth color palette created on .