Bright Black Color Palette
Discover the beautiful Bright Black color palette featuring gondola (#120c0c), venice blue (#0b4889), bossanova (#532f6a), tarawera (#06404b) and coral tree (#a36c6c).
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 Bright Black palette
💻 Bright Black color palette CSS
/* CSS */
.color-1 {
color: #120c0c;
}
.color-2 {
color: #0b4889;
}
.color-3 {
color: #532f6a;
}
.color-4 {
color: #06404b;
}
.color-5 {
color: #a36c6c;
}
/* CSS Variables */
:root {
--color-1: #120c0c;
--color-2: #0b4889;
--color-3: #532f6a;
--color-4: #06404b;
--color-5: #a36c6c;
} 🌈 Bright Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #120c0c, #0b4889, #532f6a, #06404b, #a36c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #120c0c, #0b4889, #532f6a, #06404b, #a36c6c);
} 🔗 Explore similar color palettes
Bright Black color palette created on .