Nocturnal Elegance Color Palette
Discover the beautiful Nocturnal Elegance color palette featuring thunder (#30212b), matterhorn (#523d49), scorpion (#725f69), venus (#907e8a) and amethyst smoke (#aa9fac).
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 Nocturnal Elegance palette
💻 Nocturnal Elegance color palette CSS
/* CSS */
.color-1 {
color: #30212b;
}
.color-2 {
color: #523d49;
}
.color-3 {
color: #725f69;
}
.color-4 {
color: #907e8a;
}
.color-5 {
color: #aa9fac;
}
/* CSS Variables */
:root {
--color-1: #30212b;
--color-2: #523d49;
--color-3: #725f69;
--color-4: #907e8a;
--color-5: #aa9fac;
} 🌈 Nocturnal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30212b, #523d49, #725f69, #907e8a, #aa9fac);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30212b, #523d49, #725f69, #907e8a, #aa9fac);
} 🔗 Explore similar color palettes
Nocturnal Elegance color palette created on .