Earthen Harmony Color Palette
Discover the beautiful Earthen Harmony color palette featuring akaroa (#d1c7a3), gimblet (#b7a86c), barley corn (#a59955), cape palliser (#a36f4d) and roman coffee (#7e5c4e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Earthen Harmony palette
💻 Earthen Harmony color palette CSS
/* CSS */
.color-1 {
color: #d1c7a3;
}
.color-2 {
color: #b7a86c;
}
.color-3 {
color: #a59955;
}
.color-4 {
color: #a36f4d;
}
.color-5 {
color: #7e5c4e;
}
/* CSS Variables */
:root {
--color-1: #d1c7a3;
--color-2: #b7a86c;
--color-3: #a59955;
--color-4: #a36f4d;
--color-5: #7e5c4e;
} 🌈 Earthen Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7a3, #b7a86c, #a59955, #a36f4d, #7e5c4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7a3, #b7a86c, #a59955, #a36f4d, #7e5c4e);
} 🔗 Explore similar color palettes
Earthen Harmony color palette created on .