Limestone Color Palette

Discover the beautiful Limestone color palette featuring stark white (#e5e0c2), ash (#c5c3b4), delta (#a7a69a), bandicoot (#797a6c) and trout (#4d4e5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Gray, Earthy, Neutral, Modern, Spring, Soft, Vintage, Light 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 Limestone palette

Share this palette to:

💻 Limestone color palette CSS

/* CSS */
.color-1 {
color: #e5e0c2;
}
.color-2 {
color: #c5c3b4;
}
.color-3 {
color: #a7a69a;
}
.color-4 {
color: #797a6c;
}
.color-5 {
color: #4d4e5b;
}

/* CSS Variables */
:root {
--color-1: #e5e0c2;
--color-2: #c5c3b4;
--color-3: #a7a69a;
--color-4: #797a6c;
--color-5: #4d4e5b;
}

🌈 Limestone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0c2, #c5c3b4, #a7a69a, #797a6c, #4d4e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0c2, #c5c3b4, #a7a69a, #797a6c, #4d4e5b);
}

Limestone color palette created on .