Faded Melancholy Color Palette

Discover the beautiful Faded Melancholy color palette featuring akaroa (#d6c9a8), del rio (#b29f99), monsoon (#8a7b8a), waikawa gray (#5e5a8c) and east bay (#3a4c82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Earthy, Muted, Soft 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 Faded Melancholy palette

Share this palette to:

💻 Faded Melancholy color palette CSS

/* CSS */
.color-1 {
color: #d6c9a8;
}
.color-2 {
color: #b29f99;
}
.color-3 {
color: #8a7b8a;
}
.color-4 {
color: #5e5a8c;
}
.color-5 {
color: #3a4c82;
}

/* CSS Variables */
:root {
--color-1: #d6c9a8;
--color-2: #b29f99;
--color-3: #8a7b8a;
--color-4: #5e5a8c;
--color-5: #3a4c82;
}

🌈 Faded Melancholy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c9a8, #b29f99, #8a7b8a, #5e5a8c, #3a4c82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c9a8, #b29f99, #8a7b8a, #5e5a8c, #3a4c82);
}

Faded Melancholy color palette created on .