Melancholy Circus Color Palette

Discover the beautiful Melancholy Circus color palette featuring gun powder (#403e5b), bouquet (#b68bb3), ronchi (#f1c84b), new york pink (#d97d7d) and smalt blue (#4f8c8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Fun, Yellow 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 Circus palette

Share this palette to:

💻 Melancholy Circus color palette CSS

/* CSS */
.color-1 {
color: #403e5b;
}
.color-2 {
color: #b68bb3;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #d97d7d;
}
.color-5 {
color: #4f8c8c;
}

/* CSS Variables */
:root {
--color-1: #403e5b;
--color-2: #b68bb3;
--color-3: #f1c84b;
--color-4: #d97d7d;
--color-5: #4f8c8c;
}

🌈 Melancholy Circus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403e5b, #b68bb3, #f1c84b, #d97d7d, #4f8c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403e5b, #b68bb3, #f1c84b, #d97d7d, #4f8c8c);
}

Melancholy Circus color palette created on .