Mystic Mycology Color Palette

Discover the beautiful Mystic Mycology color palette featuring scorpion (#5f545d), tapestry (#a85d8c), can can (#d68fab), mandys pink (#f1b1c3) and azalea (#f9d2de).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Flower, Vintage 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 Mycology palette

Share this palette to:

💻 Mystic Mycology color palette CSS

/* CSS */
.color-1 {
color: #5f545d;
}
.color-2 {
color: #a85d8c;
}
.color-3 {
color: #d68fab;
}
.color-4 {
color: #f1b1c3;
}
.color-5 {
color: #f9d2de;
}

/* CSS Variables */
:root {
--color-1: #5f545d;
--color-2: #a85d8c;
--color-3: #d68fab;
--color-4: #f1b1c3;
--color-5: #f9d2de;
}

🌈 Mystic Mycology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f545d, #a85d8c, #d68fab, #f1b1c3, #f9d2de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f545d, #a85d8c, #d68fab, #f1b1c3, #f9d2de);
}

Mystic Mycology color palette created on .