Discover the beautiful Mystic Twilight color palette featuring minsk (#493786), butterfly bush (#5c4c8a), lynch (#6f7a9b), logan (#a9a6c9) and lavender gray (#c8c2e0).

Mystic Twilight Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Mystic Twilight palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Mystic Twilight palette

Share this palette to:

💻 Mystic Twilight color palette CSS

/* CSS */
.color-1 {
color: #493786;
}
.color-2 {
color: #5c4c8a;
}
.color-3 {
color: #6f7a9b;
}
.color-4 {
color: #a9a6c9;
}
.color-5 {
color: #c8c2e0;
}

/* CSS Variables */
:root {
--color-1: #493786;
--color-2: #5c4c8a;
--color-3: #6f7a9b;
--color-4: #a9a6c9;
--color-5: #c8c2e0;
}

🌈 Mystic Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493786, #5c4c8a, #6f7a9b, #a9a6c9, #c8c2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493786, #5c4c8a, #6f7a9b, #a9a6c9, #c8c2e0);
}

Mystic Twilight color palette created on .