Monochrome Elegance Color Palette

Discover the beautiful Monochrome Elegance color palette featuring east bay (#4f4f7d), waterloo (#7b7b9d), spun pearl (#a7a7b9), alto (#d9d9d9) and white (#ffffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Elegant, Gray, High Contrast, Minimalist, Modern, Neutral, Soft, Spring, White 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 Monochrome Elegance palette

Share this palette to:

💻 Monochrome Elegance color palette CSS

/* CSS */
.color-1 {
color: #4f4f7d;
}
.color-2 {
color: #7b7b9d;
}
.color-3 {
color: #a7a7b9;
}
.color-4 {
color: #d9d9d9;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #4f4f7d;
--color-2: #7b7b9d;
--color-3: #a7a7b9;
--color-4: #d9d9d9;
--color-5: #ffffff;
}

🌈 Monochrome Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4f7d, #7b7b9d, #a7a7b9, #d9d9d9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4f7d, #7b7b9d, #a7a7b9, #d9d9d9, #ffffff);
}

Monochrome Elegance color palette created on .