Ancient Echoes Color Palette
Discover the beautiful Ancient Echoes color palette featuring bandicoot (#7a796c), indian khaki (#c1b08b), akaroa (#d6c5a4), hampton (#e7d1b1) and cashmere (#e0b09e).
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 Ancient Echoes palette
💻 Ancient Echoes color palette CSS
/* CSS */
.color-1 {
color: #7a796c;
}
.color-2 {
color: #c1b08b;
}
.color-3 {
color: #d6c5a4;
}
.color-4 {
color: #e7d1b1;
}
.color-5 {
color: #e0b09e;
}
/* CSS Variables */
:root {
--color-1: #7a796c;
--color-2: #c1b08b;
--color-3: #d6c5a4;
--color-4: #e7d1b1;
--color-5: #e0b09e;
} 🌈 Ancient Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a796c, #c1b08b, #d6c5a4, #e7d1b1, #e0b09e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a796c, #c1b08b, #d6c5a4, #e7d1b1, #e0b09e);
} 🔗 Explore similar color palettes
Ancient Echoes color palette created on .