Echoes of Resilience Color Palette
Discover the beautiful Echoes of Resilience color palette featuring botticelli (#c2d4e0), gumbo (#7a9c9f), smalt blue (#4e7d83), spectra (#2e4d52) and mirage (#1c2b31).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Deep, Green, Resilience, 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 Echoes of Resilience palette
💻 Echoes of Resilience color palette CSS
/* CSS */
.color-1 {
color: #c2d4e0;
}
.color-2 {
color: #7a9c9f;
}
.color-3 {
color: #4e7d83;
}
.color-4 {
color: #2e4d52;
}
.color-5 {
color: #1c2b31;
}
/* CSS Variables */
:root {
--color-1: #c2d4e0;
--color-2: #7a9c9f;
--color-3: #4e7d83;
--color-4: #2e4d52;
--color-5: #1c2b31;
} 🌈 Echoes of Resilience background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4e0, #7a9c9f, #4e7d83, #2e4d52, #1c2b31);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4e0, #7a9c9f, #4e7d83, #2e4d52, #1c2b31);
} 🔗 Explore similar color palettes
Echoes of Resilience color palette created on .