Gothic Bloom Color Palette

Discover the beautiful Gothic Bloom color palette featuring baltic sea (#2e2a32), mulled wine (#5b4b68), affair (#8a4a8c), mulberry (#c85b95) and saffron (#f6b83c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDeep, Deep Autumn, Dark, Purple, Pink, Yellow 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: #2e2a32;
}
.color-2 {
color: #5b4b68;
}
.color-3 {
color: #8a4a8c;
}
.color-4 {
color: #c85b95;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #2e2a32;
--color-2: #5b4b68;
--color-3: #8a4a8c;
--color-4: #c85b95;
--color-5: #f6b83c;
}

🌈 Gothic Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a32, #5b4b68, #8a4a8c, #c85b95, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a32, #5b4b68, #8a4a8c, #c85b95, #f6b83c);
}

Gothic Bloom color palette created on .