Black Knight Color Palette
Discover the beautiful Black Knight color palette featuring creole (#130202), mine shaft (#2e2e2e), tundora (#4d4d4d), gray (#878787) and nobel (#b5b5b5).
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 Black Knight palette
💻 Black Knight color palette CSS
/* CSS */
.color-1 {
color: #130202;
}
.color-2 {
color: #2e2e2e;
}
.color-3 {
color: #4d4d4d;
}
.color-4 {
color: #878787;
}
.color-5 {
color: #b5b5b5;
}
/* CSS Variables */
:root {
--color-1: #130202;
--color-2: #2e2e2e;
--color-3: #4d4d4d;
--color-4: #878787;
--color-5: #b5b5b5;
} 🌈 Black Knight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #130202, #2e2e2e, #4d4d4d, #878787, #b5b5b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #130202, #2e2e2e, #4d4d4d, #878787, #b5b5b5);
} 🔗 Explore similar color palettes
Black Knight color palette created on .