Melanie's Dream Color Palette

Discover the beautiful Melanie's Dream color palette featuring azalea (#f1b1d8), can can (#d69ab6), strikemaster (#a65e9e), finn (#6a296a) and twine (#c1a15c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Soft, Bright, Peach, Muted Summer, Warm, Warm Spring 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 Melanie's Dream palette

Share this palette to:

💻 Melanie's Dream color palette CSS

/* CSS */
.color-1 {
color: #f1b1d8;
}
.color-2 {
color: #d69ab6;
}
.color-3 {
color: #a65e9e;
}
.color-4 {
color: #6a296a;
}
.color-5 {
color: #c1a15c;
}

/* CSS Variables */
:root {
--color-1: #f1b1d8;
--color-2: #d69ab6;
--color-3: #a65e9e;
--color-4: #6a296a;
--color-5: #c1a15c;
}

🌈 Melanie's Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1d8, #d69ab6, #a65e9e, #6a296a, #c1a15c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1d8, #d69ab6, #a65e9e, #6a296a, #c1a15c);
}

Melanie's Dream color palette created on .