Gothic Bloom Color Palette

Discover the beautiful Gothic Bloom color palette featuring tamarind (#25101a), tamarind (#381823), livid brown (#4f2531), cosmic (#67384a) and eggplant (#764b63).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Earthy, Maroon, Neutral, Plum, Warm color palettes and combinations.

💡 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

Share this palette to:

💻 Gothic Bloom color palette CSS

/* CSS */
.color-1 {
color: #25101a;
}
.color-2 {
color: #381823;
}
.color-3 {
color: #4f2531;
}
.color-4 {
color: #67384a;
}
.color-5 {
color: #764b63;
}

/* CSS Variables */
:root {
--color-1: #25101a;
--color-2: #381823;
--color-3: #4f2531;
--color-4: #67384a;
--color-5: #764b63;
}

🌈 Gothic Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #25101a, #381823, #4f2531, #67384a, #764b63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #25101a, #381823, #4f2531, #67384a, #764b63);
}

Gothic Bloom color palette created on .