Mystic Mycology Color Palette

Discover the beautiful Mystic Mycology color palette featuring quincy (#5a3e2b), roman coffee (#785b4a), coral tree (#a77a6c), cameo (#dac2a4) and sidecar (#f3e1b4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Autumn, Beige, Cream 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: #5a3e2b;
}
.color-2 {
color: #785b4a;
}
.color-3 {
color: #a77a6c;
}
.color-4 {
color: #dac2a4;
}
.color-5 {
color: #f3e1b4;
}

/* CSS Variables */
:root {
--color-1: #5a3e2b;
--color-2: #785b4a;
--color-3: #a77a6c;
--color-4: #dac2a4;
--color-5: #f3e1b4;
}

🌈 Mystic Mycology background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e2b, #785b4a, #a77a6c, #dac2a4, #f3e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e2b, #785b4a, #a77a6c, #dac2a4, #f3e1b4);
}

Mystic Mycology color palette created on .