Eternal Echoes Color Palette

Discover the beautiful Eternal Echoes color palette featuring pearl bush (#eae1d6), coral reef (#c8baa2), sandal (#a67d6e), ironstone (#7c4d3c) and cowboy (#4b2c2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Earthy, Neutral, Soft color palettes and combinations.

💡 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 Eternal Echoes palette

Share this palette to:

💻 Eternal Echoes color palette CSS

/* CSS */
.color-1 {
color: #eae1d6;
}
.color-2 {
color: #c8baa2;
}
.color-3 {
color: #a67d6e;
}
.color-4 {
color: #7c4d3c;
}
.color-5 {
color: #4b2c2a;
}

/* CSS Variables */
:root {
--color-1: #eae1d6;
--color-2: #c8baa2;
--color-3: #a67d6e;
--color-4: #7c4d3c;
--color-5: #4b2c2a;
}

🌈 Eternal Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae1d6, #c8baa2, #a67d6e, #7c4d3c, #4b2c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae1d6, #c8baa2, #a67d6e, #7c4d3c, #4b2c2a);
}

Eternal Echoes color palette created on .