Melancholic Echoes Color Palette
Discover the beautiful Melancholic Echoes color palette featuring shark (#1c2026), trout (#4d4f5c), waterloo (#7b7e8e), night shadz (#b13949) and burnt sienna (#e27d4b).
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 Melancholic Echoes palette
💻 Melancholic Echoes color palette CSS
/* CSS */
.color-1 {
color: #1c2026;
}
.color-2 {
color: #4d4f5c;
}
.color-3 {
color: #7b7e8e;
}
.color-4 {
color: #b13949;
}
.color-5 {
color: #e27d4b;
}
/* CSS Variables */
:root {
--color-1: #1c2026;
--color-2: #4d4f5c;
--color-3: #7b7e8e;
--color-4: #b13949;
--color-5: #e27d4b;
} 🌈 Melancholic Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2026, #4d4f5c, #7b7e8e, #b13949, #e27d4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2026, #4d4f5c, #7b7e8e, #b13949, #e27d4b);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Melancholic Echoes color palette created on .