Mystic Forest Shadows Color Palette

Discover the beautiful Mystic Forest Shadows color palette featuring jagger (#2a1164), eminence (#622a6f), woodland (#346024), hunter green (#152414) and gondola (#0f0a0c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Green, Blue, Purple, Earthy, Black, Muted, Forest, Winter 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 Forest Shadows palette

Share this palette to:

💻 Mystic Forest Shadows color palette CSS

/* CSS */
.color-1 {
color: #2a1164;
}
.color-2 {
color: #622a6f;
}
.color-3 {
color: #346024;
}
.color-4 {
color: #152414;
}
.color-5 {
color: #0f0a0c;
}

/* CSS Variables */
:root {
--color-1: #2a1164;
--color-2: #622a6f;
--color-3: #346024;
--color-4: #152414;
--color-5: #0f0a0c;
}

🌈 Mystic Forest Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a1164, #622a6f, #346024, #152414, #0f0a0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a1164, #622a6f, #346024, #152414, #0f0a0c);
}

Mystic Forest Shadows color palette created on .