Old Money Color Palette
Discover the beautiful Old Money color palette featuring kelp (#4a4e3c), flax smoke (#7c7f5c), gimblet (#b2b266), winter hazel (#d8d79d) and janna (#f3e8d3).
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: #4a4e3c;
}
.color-2 {
color: #7c7f5c;
}
.color-3 {
color: #b2b266;
}
.color-4 {
color: #d8d79d;
}
.color-5 {
color: #f3e8d3;
}
/* CSS Variables */
:root {
--color-1: #4a4e3c;
--color-2: #7c7f5c;
--color-3: #b2b266;
--color-4: #d8d79d;
--color-5: #f3e8d3;
} 🌈 Old Money background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e3c, #7c7f5c, #b2b266, #d8d79d, #f3e8d3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e3c, #7c7f5c, #b2b266, #d8d79d, #f3e8d3);
} 🔗 Explore similar color palettes
Old Money color palette created on .