Jester's Masquerade Color Palette

Discover the beautiful Jester's Masquerade color palette featuring ghost (#c1c3d1), trendy pink (#7f5d8e), whiskey (#d3a16f), saffron (#f4b73e) and blush (#b54a6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Fun, Medieval, 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 Jester's Masquerade palette

Share this palette to:

💻 Jester's Masquerade color palette CSS

/* CSS */
.color-1 {
color: #c1c3d1;
}
.color-2 {
color: #7f5d8e;
}
.color-3 {
color: #d3a16f;
}
.color-4 {
color: #f4b73e;
}
.color-5 {
color: #b54a6e;
}

/* CSS Variables */
:root {
--color-1: #c1c3d1;
--color-2: #7f5d8e;
--color-3: #d3a16f;
--color-4: #f4b73e;
--color-5: #b54a6e;
}

🌈 Jester's Masquerade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c3d1, #7f5d8e, #d3a16f, #f4b73e, #b54a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c3d1, #7f5d8e, #d3a16f, #f4b73e, #b54a6e);
}

Jester's Masquerade color palette created on .