Bendy the Ink Demon Color Palette
Discover the beautiful Bendy the Ink Demon color palette featuring cod gray (#1c1c1c), judge gray (#5a4d3a), marigold yellow (#f9d37b), punch (#dd4d2c) and english walnut (#3f2a27).
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 Bendy the Ink Demon palette
💻 Bendy the Ink Demon color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #5a4d3a;
}
.color-3 {
color: #f9d37b;
}
.color-4 {
color: #dd4d2c;
}
.color-5 {
color: #3f2a27;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #5a4d3a;
--color-3: #f9d37b;
--color-4: #dd4d2c;
--color-5: #3f2a27;
} 🌈 Bendy the Ink Demon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #5a4d3a, #f9d37b, #dd4d2c, #3f2a27);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #5a4d3a, #f9d37b, #dd4d2c, #3f2a27);
} 🔗 Explore similar color palettes
Bendy the Ink Demon color palette created on .