Old Money Horse Color Palette
Discover the beautiful Old Money Horse color palette featuring rodeo dust (#c7b299), go ben (#78694f), judge gray (#4d3b2d), soft amber (#d0c5af) and muesli (#a87a57).
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 Horse palette
💻 Old Money Horse color palette CSS
/* CSS */
.color-1 {
color: #c7b299;
}
.color-2 {
color: #78694f;
}
.color-3 {
color: #4d3b2d;
}
.color-4 {
color: #d0c5af;
}
.color-5 {
color: #a87a57;
}
/* CSS Variables */
:root {
--color-1: #c7b299;
--color-2: #78694f;
--color-3: #4d3b2d;
--color-4: #d0c5af;
--color-5: #a87a57;
}
🌈 Old Money Horse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b299, #78694f, #4d3b2d, #d0c5af, #a87a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b299, #78694f, #4d3b2d, #d0c5af, #a87a57);
}
🔗 Explore similar color palettes
Old Money Horse color palette created on .