Celestial Twilight Color Palette

Discover the beautiful Celestial Twilight color palette featuring black pearl (#08041d), violet (#1a0933), valhalla (#29134d), grape (#3c1b60) and jacarta (#54286f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Dark, Deep, Elegant, Indigo, Plum, 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: #08041d;
}
.color-2 {
color: #1a0933;
}
.color-3 {
color: #29134d;
}
.color-4 {
color: #3c1b60;
}
.color-5 {
color: #54286f;
}

/* CSS Variables */
:root {
--color-1: #08041d;
--color-2: #1a0933;
--color-3: #29134d;
--color-4: #3c1b60;
--color-5: #54286f;
}

🌈 Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08041d, #1a0933, #29134d, #3c1b60, #54286f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08041d, #1a0933, #29134d, #3c1b60, #54286f);
}

Celestial Twilight color palette created on .