Neutral Elegance | Triadic Color Palette

Discover the beautiful Neutral Elegance | Triadic color palette featuring bone (#e0d6c2), nomad (#b4a99c), makara (#8b7c6f), soya bean (#6a5a4d) and masala (#493e3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Brown, Cream, Earthy, Elegant, Modern, Neutral, Soft, Tan 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 Neutral Elegance | Triadic palette

Share this palette to:

💻 Neutral Elegance | Triadic color palette CSS

/* CSS */
.color-1 {
color: #e0d6c2;
}
.color-2 {
color: #b4a99c;
}
.color-3 {
color: #8b7c6f;
}
.color-4 {
color: #6a5a4d;
}
.color-5 {
color: #493e3c;
}

/* CSS Variables */
:root {
--color-1: #e0d6c2;
--color-2: #b4a99c;
--color-3: #8b7c6f;
--color-4: #6a5a4d;
--color-5: #493e3c;
}

🌈 Neutral Elegance | Triadic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d6c2, #b4a99c, #8b7c6f, #6a5a4d, #493e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d6c2, #b4a99c, #8b7c6f, #6a5a4d, #493e3c);
}

Neutral Elegance | Triadic color palette created on .