Eclipse Essence Color Palette
Discover the beautiful Eclipse Essence color palette featuring beauty bush (#edb6b6), chestnut rose (#cd6060), stiletto (#9f3333), persian plum (#621f1f) and cedar (#3a1313).
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 Eclipse Essence palette
💻 Eclipse Essence color palette CSS
/* CSS */
.color-1 {
color: #edb6b6;
}
.color-2 {
color: #cd6060;
}
.color-3 {
color: #9f3333;
}
.color-4 {
color: #621f1f;
}
.color-5 {
color: #3a1313;
}
/* CSS Variables */
:root {
--color-1: #edb6b6;
--color-2: #cd6060;
--color-3: #9f3333;
--color-4: #621f1f;
--color-5: #3a1313;
} 🌈 Eclipse Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edb6b6, #cd6060, #9f3333, #621f1f, #3a1313);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edb6b6, #cd6060, #9f3333, #621f1f, #3a1313);
} 🔗 Explore similar color palettes
Eclipse Essence color palette created on .