Grounded Luxury Color Palette
Discover the beautiful Grounded Luxury color palette featuring crocodile (#797358), mondo (#4d4733), shadow (#796b4e), oil (#2f2418) and cement (#847662).
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 Grounded Luxury palette
💻 Grounded Luxury color palette CSS
/* CSS */
.color-1 {
  color: #797358;
 }
.color-2 {
  color: #4d4733;
 }
.color-3 {
  color: #796b4e;
 }
.color-4 {
  color: #2f2418;
 }
.color-5 {
  color: #847662;
 }
/* CSS Variables */
:root {
  --color-1: #797358;
  --color-2: #4d4733;
  --color-3: #796b4e;
  --color-4: #2f2418;
  --color-5: #847662;
 } 🌈 Grounded Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #797358, #4d4733, #796b4e, #2f2418, #847662);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #797358, #4d4733, #796b4e, #2f2418, #847662);
 } 🔗 Explore similar color palettes
Grounded Luxury color palette created on .