Discover the beautiful Chivalric Tones color palette featuring quincy (#5b3a29), twine (#c39969), bone (#e1c6b7), crocodile (#7b6f5b) and mexican red (#a22a2a).
Chivalric Tones Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Chivalric Tones palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Chivalric Tones palette
💻 Chivalric Tones color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #e1c6b7;
}
.color-4 {
color: #7b6f5b;
}
.color-5 {
color: #a22a2a;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c39969;
--color-3: #e1c6b7;
--color-4: #7b6f5b;
--color-5: #a22a2a;
}
🌈 Chivalric Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c39969, #e1c6b7, #7b6f5b, #a22a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c39969, #e1c6b7, #7b6f5b, #a22a2a);
}
🔗 Explore similar color palettes
Chivalric Tones color palette created on .