Ethereal Echoes Color Palette
Discover the beautiful Ethereal Echoes color palette featuring regent st blue (#a1d7e3), casablanca (#f6b741), carrot orange (#f28c26), hot cinnamon (#de531b) and tuscany (#b75b2a).
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 Ethereal Echoes palette
💻 Ethereal Echoes color palette CSS
/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #f6b741;
}
.color-3 {
color: #f28c26;
}
.color-4 {
color: #de531b;
}
.color-5 {
color: #b75b2a;
}
/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #f6b741;
--color-3: #f28c26;
--color-4: #de531b;
--color-5: #b75b2a;
}
🌈 Ethereal Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #f6b741, #f28c26, #de531b, #b75b2a);
}
🔗 Explore similar color palettes
Ethereal Echoes color palette created on .