Elysian Echoes Color Palette
Discover the beautiful Elysian Echoes color palette featuring night shadz (#a43d53), apricot (#e87a78), manhattan (#f5c9a3), astra (#f9e5b4) and moss green (#a6d8b5).
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 Elysian Echoes palette
💻 Elysian Echoes color palette CSS
/* CSS */
.color-1 {
color: #a43d53;
}
.color-2 {
color: #e87a78;
}
.color-3 {
color: #f5c9a3;
}
.color-4 {
color: #f9e5b4;
}
.color-5 {
color: #a6d8b5;
}
/* CSS Variables */
:root {
--color-1: #a43d53;
--color-2: #e87a78;
--color-3: #f5c9a3;
--color-4: #f9e5b4;
--color-5: #a6d8b5;
}
🌈 Elysian Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a43d53, #e87a78, #f5c9a3, #f9e5b4, #a6d8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a43d53, #e87a78, #f5c9a3, #f9e5b4, #a6d8b5);
}
🔗 Explore similar color palettes
Elysian Echoes color palette created on .