Melancholy Menagerie Color Palette

Discover the beautiful Melancholy Menagerie color palette featuring polo blue (#7a9bcd), spindle (#b3caea), primrose (#f0eaa3), saffron (#f6b83c) and terracotta (#e76d5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, Light 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 Melancholy Menagerie palette

Share this palette to:

💻 Melancholy Menagerie color palette CSS

/* CSS */
.color-1 {
color: #7a9bcd;
}
.color-2 {
color: #b3caea;
}
.color-3 {
color: #f0eaa3;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e76d5f;
}

/* CSS Variables */
:root {
--color-1: #7a9bcd;
--color-2: #b3caea;
--color-3: #f0eaa3;
--color-4: #f6b83c;
--color-5: #e76d5f;
}

🌈 Melancholy Menagerie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9bcd, #b3caea, #f0eaa3, #f6b83c, #e76d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9bcd, #b3caea, #f0eaa3, #f6b83c, #e76d5f);
}

Melancholy Menagerie color palette created on .