Goth Baddie Color Palette
Discover the beautiful Goth Baddie color palette featuring violet (#380a43), seance (#701d77), tapestry (#a04b8f), can can (#d69c9a) and dairy cream (#f8d8b4).
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 Goth Baddie palette
💻 Goth Baddie color palette CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #701d77;
}
.color-3 {
color: #a04b8f;
}
.color-4 {
color: #d69c9a;
}
.color-5 {
color: #f8d8b4;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #701d77;
--color-3: #a04b8f;
--color-4: #d69c9a;
--color-5: #f8d8b4;
} 🌈 Goth Baddie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #701d77, #a04b8f, #d69c9a, #f8d8b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #701d77, #a04b8f, #d69c9a, #f8d8b4);
} 🔗 Explore similar color palettes
Goth Baddie color palette created on .