Old Money Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Old Money palette
Color Inspiration
Images that showcase this color palette in real designs
Download Old Money Color Palette (PNG)
Old Money color palette CSS
/* CSS */
.color-1 {
color: #c5d9b5;
}
.color-2 {
color: #b6c8a7;
}
.color-3 {
color: #a3b394;
}
.color-4 {
color: #e0b25c;
}
.color-5 {
color: #897c6c;
}
/* CSS Variables */
:root {
--color-1: #c5d9b5;
--color-2: #b6c8a7;
--color-3: #a3b394;
--color-4: #e0b25c;
--color-5: #897c6c;
}
Old Money background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5d9b5, #b6c8a7, #a3b394, #e0b25c, #897c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5d9b5, #b6c8a7, #a3b394, #e0b25c, #897c6c);
}
Similar color palettes
Old Money color palette created on .