Main Character Color Palette
Discover the beautiful Main Character color palette featuring tawny port (#6b2a3d), matrix (#ad555c), old rose (#c3767f), laser (#c8a774) and mandalay (#b7881f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Peach, 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 Main Character palette
💻 Main Character color palette CSS
/* CSS */
.color-1 {
color: #6b2a3d;
}
.color-2 {
color: #ad555c;
}
.color-3 {
color: #c3767f;
}
.color-4 {
color: #c8a774;
}
.color-5 {
color: #b7881f;
}
/* CSS Variables */
:root {
--color-1: #6b2a3d;
--color-2: #ad555c;
--color-3: #c3767f;
--color-4: #c8a774;
--color-5: #b7881f;
} 🌈 Main Character background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b2a3d, #ad555c, #c3767f, #c8a774, #b7881f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b2a3d, #ad555c, #c3767f, #c8a774, #b7881f);
} 🔗 Explore similar color palettes
Main Character color palette created on .