Mystic Cipher Color Palette

Discover the beautiful Mystic Cipher color palette featuring bird flower (#d7c81d), yellow metal (#6e5f3a), chambray (#3d4c8a), tapestry (#b35b91) and orange (#ff6d1f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Brown, Blue, Pink, Retro 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 Cipher palette

Share this palette to:

💻 Mystic Cipher color palette CSS

/* CSS */
.color-1 {
color: #d7c81d;
}
.color-2 {
color: #6e5f3a;
}
.color-3 {
color: #3d4c8a;
}
.color-4 {
color: #b35b91;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #d7c81d;
--color-2: #6e5f3a;
--color-3: #3d4c8a;
--color-4: #b35b91;
--color-5: #ff6d1f;
}

🌈 Mystic Cipher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c81d, #6e5f3a, #3d4c8a, #b35b91, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c81d, #6e5f3a, #3d4c8a, #b35b91, #ff6d1f);
}

Mystic Cipher color palette created on .