Eclipse of a Shadow Color Palette
Discover the beautiful Eclipse of a Shadow color palette featuring east bay (#4a4a7d), kimberly (#6d6d9c), logan (#9b9bbf), periwinkle gray (#c2c2e5) and titan white (#f0f0ff).
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 of a Shadow palette
💻 Eclipse of a Shadow color palette CSS
/* CSS */
.color-1 {
color: #4a4a7d;
}
.color-2 {
color: #6d6d9c;
}
.color-3 {
color: #9b9bbf;
}
.color-4 {
color: #c2c2e5;
}
.color-5 {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--color-1: #4a4a7d;
--color-2: #6d6d9c;
--color-3: #9b9bbf;
--color-4: #c2c2e5;
--color-5: #f0f0ff;
} 🌈 Eclipse of a Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a7d, #6d6d9c, #9b9bbf, #c2c2e5, #f0f0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a7d, #6d6d9c, #9b9bbf, #c2c2e5, #f0f0ff);
} 🔗 Explore similar color palettes
Eclipse of a Shadow color palette created on .