Shades of Black and Ivory Color Palette

Discover the beautiful Shades of Black and Ivory color palette featuring mine shaft (#1f1f1f), ecru white (#f4f0e1), silver (#c4c4c4), gray olive (#a69f8c) and soft amber (#d2c8b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Ivory, Gray, Modern, Elegant color palettes and combinations.

💡 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 Shades of Black and Ivory palette

Share this palette to:

💻 Shades of Black and Ivory color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #f4f0e1;
}
.color-3 {
color: #c4c4c4;
}
.color-4 {
color: #a69f8c;
}
.color-5 {
color: #d2c8b2;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #f4f0e1;
--color-3: #c4c4c4;
--color-4: #a69f8c;
--color-5: #d2c8b2;
}

🌈 Shades of Black and Ivory background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #f4f0e1, #c4c4c4, #a69f8c, #d2c8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #f4f0e1, #c4c4c4, #a69f8c, #d2c8b2);
}

Shades of Black and Ivory color palette created on .