Addams Family Vibes Color Palette
Discover the beautiful Addams Family Vibes color palette featuring bright gray (#3a3f4b), scarpa flow (#5b586a), mobster (#7b6d7e), dusty gray (#9c8b91) and quicksand (#c5a4a0).
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: #3a3f4b;
}
.color-2 {
color: #5b586a;
}
.color-3 {
color: #7b6d7e;
}
.color-4 {
color: #9c8b91;
}
.color-5 {
color: #c5a4a0;
}
/* CSS Variables */
:root {
--color-1: #3a3f4b;
--color-2: #5b586a;
--color-3: #7b6d7e;
--color-4: #9c8b91;
--color-5: #c5a4a0;
} 🌈 Addams Family Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3f4b, #5b586a, #7b6d7e, #9c8b91, #c5a4a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3f4b, #5b586a, #7b6d7e, #9c8b91, #c5a4a0);
} 🔗 Explore similar color palettes
Addams Family Vibes color palette created on .