Luxury Old Money Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Old Money palette
Luxury Old Money color palette PNG image
Luxury Old Money color palette CSS
/* CSS */
.color-1 {
color: #a67a59;
}
.color-2 {
color: #bdaf89;
}
.color-3 {
color: #e2cec1;
}
.color-4 {
color: #c9b6a6;
}
.color-5 {
color: #5d4e3c;
}
/* CSS Variables */
:root {
--color-1: #a67a59;
--color-2: #bdaf89;
--color-3: #e2cec1;
--color-4: #c9b6a6;
--color-5: #5d4e3c;
}
Luxury Old Money background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67a59, #bdaf89, #e2cec1, #c9b6a6, #5d4e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67a59, #bdaf89, #e2cec1, #c9b6a6, #5d4e3c);
}
Similar color palettes
Luxury Old Money color palette created on .