Marble Color Palette

Discover the beautiful Marble color palette featuring white linen (#f9f2ec), swirl (#d5cec3), nomad (#b8a89d), makara (#8d7e6d) and fuscous gray (#4d4a42).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Beige, Neutral, Earthy, Soft, Modern, Minimalist, Light, Gray, 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 Marble palette

Share this palette to:

💻 Marble color palette CSS

/* CSS */
.color-1 {
color: #f9f2ec;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #b8a89d;
}
.color-4 {
color: #8d7e6d;
}
.color-5 {
color: #4d4a42;
}

/* CSS Variables */
:root {
--color-1: #f9f2ec;
--color-2: #d5cec3;
--color-3: #b8a89d;
--color-4: #8d7e6d;
--color-5: #4d4a42;
}

🌈 Marble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f2ec, #d5cec3, #b8a89d, #8d7e6d, #4d4a42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f2ec, #d5cec3, #b8a89d, #8d7e6d, #4d4a42);
}

Marble color palette created on .