Celestial Twilight Color Palette

Discover the beautiful Celestial Twilight color palette featuring black pearl (#08041b), violet (#1a0934), valhalla (#2a134e), grape (#3c1b5f) and eminence (#552970).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Indigo, Plum, Burgundy, Elegant, Winter 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 Celestial Twilight palette

Share this palette to:

💻 Celestial Twilight color palette CSS

/* CSS */
.color-1 {
color: #08041b;
}
.color-2 {
color: #1a0934;
}
.color-3 {
color: #2a134e;
}
.color-4 {
color: #3c1b5f;
}
.color-5 {
color: #552970;
}

/* CSS Variables */
:root {
--color-1: #08041b;
--color-2: #1a0934;
--color-3: #2a134e;
--color-4: #3c1b5f;
--color-5: #552970;
}

🌈 Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08041b, #1a0934, #2a134e, #3c1b5f, #552970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08041b, #1a0934, #2a134e, #3c1b5f, #552970);
}

Celestial Twilight color palette created on .