Ebonia Color Palette
Discover the beautiful Ebonia color palette featuring mirage (#1a1e2d), blue bayoux (#4b5b71), bali hai (#809cb3), morning glory (#a3d0e0) and porcelain (#f1f2f3).
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 Ebonia palette
💻 Ebonia color palette CSS
/* CSS */
.color-1 {
color: #1a1e2d;
}
.color-2 {
color: #4b5b71;
}
.color-3 {
color: #809cb3;
}
.color-4 {
color: #a3d0e0;
}
.color-5 {
color: #f1f2f3;
}
/* CSS Variables */
:root {
--color-1: #1a1e2d;
--color-2: #4b5b71;
--color-3: #809cb3;
--color-4: #a3d0e0;
--color-5: #f1f2f3;
}
🌈 Ebonia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e2d, #4b5b71, #809cb3, #a3d0e0, #f1f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e2d, #4b5b71, #809cb3, #a3d0e0, #f1f2f3);
}
🔗 Explore similar color palettes
Ebonia color palette created on .