Mystic Twilight Color Palette

Discover the beautiful Mystic Twilight color palette featuring tolopea (#0e013e), paris m (#1a066a), windsor (#400778), purple (#6a077e) and purple (#710786).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Dark, Deep, Indigo, Magenta, Purple, Violet 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 Mystic Twilight palette

Share this palette to:

💻 Mystic Twilight color palette CSS

/* CSS */
.color-1 {
color: #0e013e;
}
.color-2 {
color: #1a066a;
}
.color-3 {
color: #400778;
}
.color-4 {
color: #6a077e;
}
.color-5 {
color: #710786;
}

/* CSS Variables */
:root {
--color-1: #0e013e;
--color-2: #1a066a;
--color-3: #400778;
--color-4: #6a077e;
--color-5: #710786;
}

🌈 Mystic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e013e, #1a066a, #400778, #6a077e, #710786);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e013e, #1a066a, #400778, #6a077e, #710786);
}

Mystic Twilight color palette created on .