ECHO Color Palette

Discover the beautiful ECHO color palette featuring cello (#1f3b61), ming (#3a5f7e), horizon (#607fa4), glacier (#7fb4c3) and morning glory (#a3d4e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Modern, Ocean, Summer, Teal, Vibrant 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: #1f3b61;
}
.color-2 {
color: #3a5f7e;
}
.color-3 {
color: #607fa4;
}
.color-4 {
color: #7fb4c3;
}
.color-5 {
color: #a3d4e0;
}

/* CSS Variables */
:root {
--color-1: #1f3b61;
--color-2: #3a5f7e;
--color-3: #607fa4;
--color-4: #7fb4c3;
--color-5: #a3d4e0;
}

🌈 ECHO background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b61, #3a5f7e, #607fa4, #7fb4c3, #a3d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b61, #3a5f7e, #607fa4, #7fb4c3, #a3d4e0);
}

ECHO color palette created on .