Elegant Neutral Color Palette

Discover the beautiful Elegant Neutral color palette featuring white (#ffffff), bone (#e7d8c5), nomad (#b6afa4), boulder (#7d7d7d) and cod gray (#141414).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Black, Gray, Beige, Elegant, Modern, Minimalist, Soft, Neutral 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 Elegant Neutral palette

Share this palette to:

💻 Elegant Neutral color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7d8c5;
}
.color-3 {
color: #b6afa4;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #141414;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7d8c5;
--color-3: #b6afa4;
--color-4: #7d7d7d;
--color-5: #141414;
}

🌈 Elegant Neutral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7d8c5, #b6afa4, #7d7d7d, #141414);
}

Elegant Neutral color palette created on .