Mystic Gaze Color Palette

Discover the beautiful Mystic Gaze color palette featuring danube (#5b89d2), wisteria (#8b6dba), east side (#a47dca), light wisteria (#c8a3e0) and french lilac (#e3b5ed).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Purple, Vibrant 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 Gaze palette

Share this palette to:

💻 Mystic Gaze color palette CSS

/* CSS */
.color-1 {
color: #5b89d2;
}
.color-2 {
color: #8b6dba;
}
.color-3 {
color: #a47dca;
}
.color-4 {
color: #c8a3e0;
}
.color-5 {
color: #e3b5ed;
}

/* CSS Variables */
:root {
--color-1: #5b89d2;
--color-2: #8b6dba;
--color-3: #a47dca;
--color-4: #c8a3e0;
--color-5: #e3b5ed;
}

🌈 Mystic Gaze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b89d2, #8b6dba, #a47dca, #c8a3e0, #e3b5ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b89d2, #8b6dba, #a47dca, #c8a3e0, #e3b5ed);
}

Mystic Gaze color palette created on .