Reinhardt Color Palette
Discover the beautiful Reinhardt color palette featuring indian khaki (#c0b182), regent gray (#7b8f9d), cape palliser (#a97c3d), roti (#d1a54d) and affair (#6f4d80).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGold, Gray, Purple, Tan color palettes and combinations.
💡 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 Reinhardt palette
💻 Reinhardt color palette CSS
/* CSS */
.color-1 {
color: #c0b182;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #a97c3d;
}
.color-4 {
color: #d1a54d;
}
.color-5 {
color: #6f4d80;
}
/* CSS Variables */
:root {
--color-1: #c0b182;
--color-2: #7b8f9d;
--color-3: #a97c3d;
--color-4: #d1a54d;
--color-5: #6f4d80;
} 🌈 Reinhardt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b182, #7b8f9d, #a97c3d, #d1a54d, #6f4d80);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b182, #7b8f9d, #a97c3d, #d1a54d, #6f4d80);
} 🔗 Explore similar color palettes
Reinhardt color palette created on .