Grounded Luxury Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Grounded Luxury palette

Share this palette to:

Grounded Luxury color palette PNG image

Download grounded luxury color palette PNG image (landscape)
Download grounded luxury color palette PNG image (square)

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);
}

Grounded Luxury color palette created on .