Corpse of Hector Color Palette
Discover the beautiful Corpse of Hector color palette featuring tamarind (#3c181b), buccaneer (#62272a), lotus (#84393b), santa fe (#b66a5f) and old rose (#be7d84).
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 Corpse of Hector palette
💻 Corpse of Hector color palette CSS
/* CSS */
.color-1 {
color: #3c181b;
}
.color-2 {
color: #62272a;
}
.color-3 {
color: #84393b;
}
.color-4 {
color: #b66a5f;
}
.color-5 {
color: #be7d84;
}
/* CSS Variables */
:root {
--color-1: #3c181b;
--color-2: #62272a;
--color-3: #84393b;
--color-4: #b66a5f;
--color-5: #be7d84;
} 🌈 Corpse of Hector background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c181b, #62272a, #84393b, #b66a5f, #be7d84);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c181b, #62272a, #84393b, #b66a5f, #be7d84);
} 🔗 Explore similar color palettes
Corpse of Hector color palette created on .