Gray Graveyard Color Palette

Discover the beautiful Gray Graveyard color palette featuring taupe (#4b3d3a), dorado (#6c5b5a), cloudy (#b1aaa0), vanilla (#d6c8b3) and janna (#f2e3cf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Dark, Earthy, Gray, Neutral 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 Gray Graveyard palette

Share this palette to:

💻 Gray Graveyard color palette CSS

/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #6c5b5a;
}
.color-3 {
color: #b1aaa0;
}
.color-4 {
color: #d6c8b3;
}
.color-5 {
color: #f2e3cf;
}

/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #6c5b5a;
--color-3: #b1aaa0;
--color-4: #d6c8b3;
--color-5: #f2e3cf;
}

🌈 Gray Graveyard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #6c5b5a, #b1aaa0, #d6c8b3, #f2e3cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #6c5b5a, #b1aaa0, #d6c8b3, #f2e3cf);
}

Gray Graveyard color palette created on .