Luxury Ground Color Palette
Discover the beautiful Luxury Ground color palette featuring punga (#5b3c1a), santa fe (#a86e4d), cameo (#dab6a4), parchment (#f2e6d4) and sycamore (#8c8c3b).
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 Luxury Ground palette
💻 Luxury Ground color palette CSS
/* CSS */
.color-1 {
color: #5b3c1a;
}
.color-2 {
color: #a86e4d;
}
.color-3 {
color: #dab6a4;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #8c8c3b;
}
/* CSS Variables */
:root {
--color-1: #5b3c1a;
--color-2: #a86e4d;
--color-3: #dab6a4;
--color-4: #f2e6d4;
--color-5: #8c8c3b;
} 🌈 Luxury Ground background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3c1a, #a86e4d, #dab6a4, #f2e6d4, #8c8c3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3c1a, #a86e4d, #dab6a4, #f2e6d4, #8c8c3b);
} 🔗 Explore similar color palettes
Luxury Ground color palette created on .