Gothic Bloom Color Palette
Discover the beautiful Gothic Bloom color palette featuring tamarind (#240f19), tamarind (#391824), livid brown (#502632), cosmic (#67374a) and eggplant (#764c63).
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 Bloom palette
💻 Gothic Bloom color palette CSS
/* CSS */
.color-1 {
color: #240f19;
}
.color-2 {
color: #391824;
}
.color-3 {
color: #502632;
}
.color-4 {
color: #67374a;
}
.color-5 {
color: #764c63;
}
/* CSS Variables */
:root {
--color-1: #240f19;
--color-2: #391824;
--color-3: #502632;
--color-4: #67374a;
--color-5: #764c63;
}
🌈 Gothic Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240f19, #391824, #502632, #67374a, #764c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240f19, #391824, #502632, #67374a, #764c63);
}
🔗 Explore similar color palettes
Gothic Bloom color palette created on .