Gothic Elegance Color Palette
Discover the beautiful Gothic Elegance color palette featuring aubergine (#3c0b20), wine berry (#60202b), roman coffee (#7d4a4b), coral tree (#a47074) and clam shell (#d7b2b3).
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 Gothic Elegance palette
💻 Gothic Elegance color palette CSS
/* CSS */
.color-1 {
color: #3c0b20;
}
.color-2 {
color: #60202b;
}
.color-3 {
color: #7d4a4b;
}
.color-4 {
color: #a47074;
}
.color-5 {
color: #d7b2b3;
}
/* CSS Variables */
:root {
--color-1: #3c0b20;
--color-2: #60202b;
--color-3: #7d4a4b;
--color-4: #a47074;
--color-5: #d7b2b3;
} 🌈 Gothic Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0b20, #60202b, #7d4a4b, #a47074, #d7b2b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0b20, #60202b, #7d4a4b, #a47074, #d7b2b3);
} 🔗 Explore similar color palettes
Gothic Elegance color palette created on .