Celestial Twilight Color Palette

Discover the beautiful Celestial Twilight color palette featuring haiti (#1b0f38), grape (#4c1f61), affair (#7c4b91), wisteria (#a76aaf) and light orchid (#e0a3d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Purple, Bright 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: #1b0f38;
}
.color-2 {
color: #4c1f61;
}
.color-3 {
color: #7c4b91;
}
.color-4 {
color: #a76aaf;
}
.color-5 {
color: #e0a3d5;
}

/* CSS Variables */
:root {
--color-1: #1b0f38;
--color-2: #4c1f61;
--color-3: #7c4b91;
--color-4: #a76aaf;
--color-5: #e0a3d5;
}

🌈 Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0f38, #4c1f61, #7c4b91, #a76aaf, #e0a3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0f38, #4c1f61, #7c4b91, #a76aaf, #e0a3d5);
}

Celestial Twilight color palette created on .