Grounded Luxury Color Palette

Discover the beautiful Grounded Luxury color palette featuring crocodile (#7a7358), mondo (#4b4532), shadow (#796a4d), oil (#2f2418) and sand dune (#837561).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Dark, Earthy, Muted, Nature, Warm, Wood 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 Grounded Luxury palette

Share this palette to:

💻 Grounded Luxury color palette CSS

/* CSS */
.color-1 {
color: #7a7358;
}
.color-2 {
color: #4b4532;
}
.color-3 {
color: #796a4d;
}
.color-4 {
color: #2f2418;
}
.color-5 {
color: #837561;
}

/* CSS Variables */
:root {
--color-1: #7a7358;
--color-2: #4b4532;
--color-3: #796a4d;
--color-4: #2f2418;
--color-5: #837561;
}

🌈 Grounded Luxury background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a7358, #4b4532, #796a4d, #2f2418, #837561);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a7358, #4b4532, #796a4d, #2f2418, #837561);
}

Grounded Luxury color palette created on .