Eclipse Color Palette
Discover the beautiful Eclipse color palette featuring oxford blue (#3a3d5f), fiord (#4b4f71), kimberly (#6b6f9e), logan (#b1afd4) and double pearl lusta (#fcf4c5).
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 palette
💻 Eclipse color palette CSS
/* CSS */
.color-1 {
color: #3a3d5f;
}
.color-2 {
color: #4b4f71;
}
.color-3 {
color: #6b6f9e;
}
.color-4 {
color: #b1afd4;
}
.color-5 {
color: #fcf4c5;
}
/* CSS Variables */
:root {
--color-1: #3a3d5f;
--color-2: #4b4f71;
--color-3: #6b6f9e;
--color-4: #b1afd4;
--color-5: #fcf4c5;
} 🌈 Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
} 🔗 Explore similar color palettes
Eclipse color palette created on .