Midnight Amethyst Color Palette
Discover the beautiful Midnight Amethyst color palette featuring electric violet (#9a2aea), eminence (#6c2c90), jacarta (#3c2a6f), steel gray (#1d1e2a) and black (#000000).
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 Midnight Amethyst palette
💻 Midnight Amethyst color palette CSS
/* CSS */
.color-1 {
color: #9a2aea;
}
.color-2 {
color: #6c2c90;
}
.color-3 {
color: #3c2a6f;
}
.color-4 {
color: #1d1e2a;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #9a2aea;
--color-2: #6c2c90;
--color-3: #3c2a6f;
--color-4: #1d1e2a;
--color-5: #000000;
} 🌈 Midnight Amethyst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2aea, #6c2c90, #3c2a6f, #1d1e2a, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2aea, #6c2c90, #3c2a6f, #1d1e2a, #000000);
} 🔗 Explore similar color palettes
Midnight Amethyst color palette created on .