Luxury Ground Color Palette
Discover the beautiful Luxury Ground color palette featuring kilamanjaro (#271202), bracken (#491804), cioccolato (#61210a), cafe royale (#6e3c0d) and deep bronze (#3e3404).
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: #271202;
}
.color-2 {
color: #491804;
}
.color-3 {
color: #61210a;
}
.color-4 {
color: #6e3c0d;
}
.color-5 {
color: #3e3404;
}
/* CSS Variables */
:root {
--color-1: #271202;
--color-2: #491804;
--color-3: #61210a;
--color-4: #6e3c0d;
--color-5: #3e3404;
}
🌈 Luxury Ground background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #271202, #491804, #61210a, #6e3c0d, #3e3404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #271202, #491804, #61210a, #6e3c0d, #3e3404);
}
🔗 Explore similar color palettes
Luxury Ground color palette created on .