Echidna Ember Color Palette
Discover the beautiful Echidna Ember color palette featuring brick red (#d62e3f), wewak (#f1a8a2), supernova (#ffcc00), brown rust (#a64c3a) and aubergine (#3d0a0a).
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 Echidna Ember palette
💻 Echidna Ember color palette CSS
/* CSS */
.color-1 {
color: #d62e3f;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a64c3a;
}
.color-5 {
color: #3d0a0a;
}
/* CSS Variables */
:root {
--color-1: #d62e3f;
--color-2: #f1a8a2;
--color-3: #ffcc00;
--color-4: #a64c3a;
--color-5: #3d0a0a;
} 🌈 Echidna Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62e3f, #f1a8a2, #ffcc00, #a64c3a, #3d0a0a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62e3f, #f1a8a2, #ffcc00, #a64c3a, #3d0a0a);
} 🔗 Explore similar color palettes
Echidna Ember color palette created on .