Gothic Garden Color Palette
Discover the beautiful Gothic Garden color palette featuring livid brown (#4a2b41), butterfly bush (#6a4e8d), bouquet (#a77b9d), blossom (#d5b3c0) and saffron (#f4cf3e).
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 Garden palette
💻 Gothic Garden color palette CSS
/* CSS */
.color-1 {
color: #4a2b41;
}
.color-2 {
color: #6a4e8d;
}
.color-3 {
color: #a77b9d;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #4a2b41;
--color-2: #6a4e8d;
--color-3: #a77b9d;
--color-4: #d5b3c0;
--color-5: #f4cf3e;
} 🌈 Gothic Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b41, #6a4e8d, #a77b9d, #d5b3c0, #f4cf3e);
} 🔗 Explore similar color palettes
Gothic Garden color palette created on .