Eclipse Echo Color Palette
Discover the beautiful Eclipse Echo color palette featuring charade (#2d2b36), ship gray (#49484c), mid gray (#696a72), mountain mist (#8d8a8f) and spun pearl (#b2b1b4).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withDark, Gray, Modern, Minimalist, Neutral 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 Eclipse Echo palette
💻 Eclipse Echo color palette CSS
/* CSS */
.color-1 {
color: #2d2b36;
}
.color-2 {
color: #49484c;
}
.color-3 {
color: #696a72;
}
.color-4 {
color: #8d8a8f;
}
.color-5 {
color: #b2b1b4;
}
/* CSS Variables */
:root {
--color-1: #2d2b36;
--color-2: #49484c;
--color-3: #696a72;
--color-4: #8d8a8f;
--color-5: #b2b1b4;
}
🌈 Eclipse Echo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b36, #49484c, #696a72, #8d8a8f, #b2b1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b36, #49484c, #696a72, #8d8a8f, #b2b1b4);
}
🔗 Explore similar color palettes
Eclipse Echo color palette created on .