Gothic Vibes Color Palette

Discover the beautiful Gothic Vibes color palette featuring shark (#1a1a1e), ship gray (#3c3c3e), scarpa flow (#5c5c61), santas gray (#a1a1a5) and athens gray (#f1f1f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Gray, Dark, Deep, Metal, Subculture, Monochromatic 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 Vibes palette

Share this palette to:

💻 Gothic Vibes color palette CSS

/* CSS */
.color-1 {
color: #1a1a1e;
}
.color-2 {
color: #3c3c3e;
}
.color-3 {
color: #5c5c61;
}
.color-4 {
color: #a1a1a5;
}
.color-5 {
color: #f1f1f3;
}

/* CSS Variables */
:root {
--color-1: #1a1a1e;
--color-2: #3c3c3e;
--color-3: #5c5c61;
--color-4: #a1a1a5;
--color-5: #f1f1f3;
}

🌈 Gothic Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1e, #3c3c3e, #5c5c61, #a1a1a5, #f1f1f3);
}

Gothic Vibes color palette created on .