Addams Family Vibes Color Palette
Discover the beautiful Addams Family Vibes color palette featuring matterhorn (#4c3e3f), mamba (#8b7b8e), copper rust (#9b4b58), beauty bush (#f1cbc6) and charade (#2d2a37).
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 Addams Family Vibes palette
💻 Addams Family Vibes color palette CSS
/* CSS */
.color-1 {
color: #4c3e3f;
}
.color-2 {
color: #8b7b8e;
}
.color-3 {
color: #9b4b58;
}
.color-4 {
color: #f1cbc6;
}
.color-5 {
color: #2d2a37;
}
/* CSS Variables */
:root {
--color-1: #4c3e3f;
--color-2: #8b7b8e;
--color-3: #9b4b58;
--color-4: #f1cbc6;
--color-5: #2d2a37;
}
🌈 Addams Family Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3f, #8b7b8e, #9b4b58, #f1cbc6, #2d2a37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3f, #8b7b8e, #9b4b58, #f1cbc6, #2d2a37);
}
🔗 Explore similar color palettes
Addams Family Vibes color palette created on .