Marble Color Palette
Discover the beautiful Marble color palette featuring white rock (#e7e3cf), soft amber (#d5c8b4), bronco (#b4a69d), dusty gray (#a18c8d) and falcon (#8b5b6c).
Brightness
Saturation
Warmth
💡 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
💻 Marble color palette CSS
/* CSS */
.color-1 {
color: #e7e3cf;
}
.color-2 {
color: #d5c8b4;
}
.color-3 {
color: #b4a69d;
}
.color-4 {
color: #a18c8d;
}
.color-5 {
color: #8b5b6c;
}
/* CSS Variables */
:root {
--color-1: #e7e3cf;
--color-2: #d5c8b4;
--color-3: #b4a69d;
--color-4: #a18c8d;
--color-5: #8b5b6c;
} 🌈 Marble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e3cf, #d5c8b4, #b4a69d, #a18c8d, #8b5b6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e3cf, #d5c8b4, #b4a69d, #a18c8d, #8b5b6c);
} 🔗 Explore similar color palettes
Marble color palette created on .