Grounded Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grounded Luxury palette
Grounded Luxury color palette PNG image
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);
}
Similar color palettes
Grounded Luxury color palette created on .