Gothic Red Color Palette

Discover the beautiful Gothic Red color palette featuring finn (#5e2b4c), solid pink (#8c3b4b), cadillac (#aa505c), contessa (#c26b6c) and my pink (#d48c8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Red, Deep, Autumn 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 Red palette

Share this palette to:

💻 Gothic Red color palette CSS

/* CSS */
.color-1 {
color: #5e2b4c;
}
.color-2 {
color: #8c3b4b;
}
.color-3 {
color: #aa505c;
}
.color-4 {
color: #c26b6c;
}
.color-5 {
color: #d48c8e;
}

/* CSS Variables */
:root {
--color-1: #5e2b4c;
--color-2: #8c3b4b;
--color-3: #aa505c;
--color-4: #c26b6c;
--color-5: #d48c8e;
}

🌈 Gothic Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b4c, #8c3b4b, #aa505c, #c26b6c, #d48c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b4c, #8c3b4b, #aa505c, #c26b6c, #d48c8e);
}

Gothic Red color palette created on .