Marble Stone Color Palette

Discover the beautiful Marble Stone color palette featuring westar (#e5e3dc), powder ash (#b7c2bf), mantle (#8c9b8f), spring leaves (#5b806e) and mineral green (#3f5a4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, Green, Earthy, Modern, Nature, Soft, Neutral, Light, Stone, Muted 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 Marble Stone palette

Share this palette to:

💻 Marble Stone color palette CSS

/* CSS */
.color-1 {
color: #e5e3dc;
}
.color-2 {
color: #b7c2bf;
}
.color-3 {
color: #8c9b8f;
}
.color-4 {
color: #5b806e;
}
.color-5 {
color: #3f5a4d;
}

/* CSS Variables */
:root {
--color-1: #e5e3dc;
--color-2: #b7c2bf;
--color-3: #8c9b8f;
--color-4: #5b806e;
--color-5: #3f5a4d;
}

🌈 Marble Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e3dc, #b7c2bf, #8c9b8f, #5b806e, #3f5a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e3dc, #b7c2bf, #8c9b8f, #5b806e, #3f5a4d);
}

Marble Stone color palette created on .