Insanity Auburn Color Palette
Discover the beautiful Insanity Auburn color palette featuring lotus (#793e3e), au chico (#a45b5b), contessa (#c77070), tonys pink (#e59494) and mandys pink (#f6bbbb).
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 Insanity Auburn palette
💻 Insanity Auburn color palette CSS
/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #a45b5b;
}
.color-3 {
color: #c77070;
}
.color-4 {
color: #e59494;
}
.color-5 {
color: #f6bbbb;
}
/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #a45b5b;
--color-3: #c77070;
--color-4: #e59494;
--color-5: #f6bbbb;
} 🌈 Insanity Auburn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #a45b5b, #c77070, #e59494, #f6bbbb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #a45b5b, #c77070, #e59494, #f6bbbb);
} 🔗 Explore similar color palettes
Insanity Auburn color palette created on .