Echo Color Palette

Discover the beautiful Echo color palette featuring light orchid (#e6b2e3), gum leaf (#a9d6bb), smalt blue (#4d7b89), pickled bluewood (#2b3d4f) and ronchi (#f1c84b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coastal, Green, Modern, Purple, Summer, Vibrant, Yellow 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 Echo palette

Share this palette to:

💻 Echo color palette CSS

/* CSS */
.color-1 {
color: #e6b2e3;
}
.color-2 {
color: #a9d6bb;
}
.color-3 {
color: #4d7b89;
}
.color-4 {
color: #2b3d4f;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #e6b2e3;
--color-2: #a9d6bb;
--color-3: #4d7b89;
--color-4: #2b3d4f;
--color-5: #f1c84b;
}

🌈 Echo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b2e3, #a9d6bb, #4d7b89, #2b3d4f, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b2e3, #a9d6bb, #4d7b89, #2b3d4f, #f1c84b);
}

Echo color palette created on .