Mystic Orchid Dreams Color Palette

Discover the beautiful Mystic Orchid Dreams color palette featuring strikemaster (#8b5b8b), affair (#6a3f92), minsk (#4e2e7a), bouquet (#b7809c) and blossom (#d6a4c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Purple, Retro, 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 Orchid Dreams palette

Share this palette to:

💻 Mystic Orchid Dreams color palette CSS

/* CSS */
.color-1 {
color: #8b5b8b;
}
.color-2 {
color: #6a3f92;
}
.color-3 {
color: #4e2e7a;
}
.color-4 {
color: #b7809c;
}
.color-5 {
color: #d6a4c3;
}

/* CSS Variables */
:root {
--color-1: #8b5b8b;
--color-2: #6a3f92;
--color-3: #4e2e7a;
--color-4: #b7809c;
--color-5: #d6a4c3;
}

🌈 Mystic Orchid Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5b8b, #6a3f92, #4e2e7a, #b7809c, #d6a4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5b8b, #6a3f92, #4e2e7a, #b7809c, #d6a4c3);
}

Mystic Orchid Dreams color palette created on .