Addams Family Vibes Color Palette
Discover the beautiful Addams Family Vibes color palette featuring woody brown (#492c2e), ferra (#7b4c5a), tapestry (#b0698c), butterfly bush (#5e4b8b) and casablanca (#f8c749).
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: #492c2e;
}
.color-2 {
color: #7b4c5a;
}
.color-3 {
color: #b0698c;
}
.color-4 {
color: #5e4b8b;
}
.color-5 {
color: #f8c749;
}
/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #7b4c5a;
--color-3: #b0698c;
--color-4: #5e4b8b;
--color-5: #f8c749;
} 🌈 Addams Family Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #7b4c5a, #b0698c, #5e4b8b, #f8c749);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #7b4c5a, #b0698c, #5e4b8b, #f8c749);
} 🔗 Explore similar color palettes
Addams Family Vibes color palette created on .