Goth Pink Color Palette

Discover the beautiful Goth Pink color palette featuring crimson (#c0114c), shiraz (#aa092d), pompadour (#62003c), blackberry (#4b0233) and clairvoyant (#30043b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Burgundy, Crimson, Dark, Forest, 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 Goth Pink palette

Share this palette to:

💻 Goth Pink color palette CSS

/* CSS */
.color-1 {
color: #c0114c;
}
.color-2 {
color: #aa092d;
}
.color-3 {
color: #62003c;
}
.color-4 {
color: #4b0233;
}
.color-5 {
color: #30043b;
}

/* CSS Variables */
:root {
--color-1: #c0114c;
--color-2: #aa092d;
--color-3: #62003c;
--color-4: #4b0233;
--color-5: #30043b;
}

🌈 Goth Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0114c, #aa092d, #62003c, #4b0233, #30043b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0114c, #aa092d, #62003c, #4b0233, #30043b);
}

Goth Pink color palette created on .