Enchanted Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Earth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Enchanted Earth Color Palette (PNG)
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);
}
Similar color palettes
Enchanted Earth color palette created on .