Luxury Ground Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Ground palette
Color Inspiration
Images that showcase this color palette in real designs
Download Luxury Ground Color Palette (PNG)
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);
}
Similar color palettes
Luxury Ground color palette created on .