Old West Color Palette
Discover the beautiful Old West color palette featuring mongoose (#c2a07a), yellow metal (#795939), cape palliser (#a26e4e), pavlova (#d8c79c) and desert (#bb5a25).
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 West palette
💻 Old West color palette CSS
/* CSS */
.color-1 {
color: #c2a07a;
}
.color-2 {
color: #795939;
}
.color-3 {
color: #a26e4e;
}
.color-4 {
color: #d8c79c;
}
.color-5 {
color: #bb5a25;
}
/* CSS Variables */
:root {
--color-1: #c2a07a;
--color-2: #795939;
--color-3: #a26e4e;
--color-4: #d8c79c;
--color-5: #bb5a25;
} 🌈 Old West background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a07a, #795939, #a26e4e, #d8c79c, #bb5a25);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a07a, #795939, #a26e4e, #d8c79c, #bb5a25);
} 🔗 Explore similar color palettes
Old West color palette created on .