Luxury Old Money Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Old Money palette

Share this palette to:

Luxury Old Money color palette PNG image

Download luxury old money color palette PNG image (landscape)
Download luxury old money color palette PNG image (square)

Luxury Old Money color palette CSS

/* CSS */
.color-1 {
color: #bfb5a1;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #7b6b5b;
}
.color-4 {
color: #714e38;
}
.color-5 {
color: #4b3d30;
}

/* CSS Variables */
:root {
--color-1: #bfb5a1;
--color-2: #a8a08f;
--color-3: #7b6b5b;
--color-4: #714e38;
--color-5: #4b3d30;
}

Luxury Old Money background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfb5a1, #a8a08f, #7b6b5b, #714e38, #4b3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfb5a1, #a8a08f, #7b6b5b, #714e38, #4b3d30);
}

Luxury Old Money color palette created on .