Old Money Color Palette
Discover the beautiful Old Money color palette featuring sprout (#c5d9b5), rainee (#b6c8a7), schist (#a3b394), equator (#e0b25c) and makara (#897c6c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Old Money palette
💻 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);
} 🔗 Explore similar color palettes
Old Money color palette created on .