Alexander Goth Color Palette

Discover the beautiful Alexander Goth color palette featuring steel gray (#1c1c2b), tuna (#3e3e4c), comet (#5d5d79), wild blue yonder (#8181b1) and wistful (#9f9fd0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Black, Blue, Deep, Dark, Elegant, Modern, Vintage 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 Alexander Goth palette

Share this palette to:

💻 Alexander Goth color palette CSS

/* CSS */
.color-1 {
color: #1c1c2b;
}
.color-2 {
color: #3e3e4c;
}
.color-3 {
color: #5d5d79;
}
.color-4 {
color: #8181b1;
}
.color-5 {
color: #9f9fd0;
}

/* CSS Variables */
:root {
--color-1: #1c1c2b;
--color-2: #3e3e4c;
--color-3: #5d5d79;
--color-4: #8181b1;
--color-5: #9f9fd0;
}

🌈 Alexander Goth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c2b, #3e3e4c, #5d5d79, #8181b1, #9f9fd0);
}

Alexander Goth color palette created on .