My Melody Color Palette

Discover the beautiful My Melody color palette featuring illusion (#f7a6b6), we peep (#f0c1d6), french lilac (#e4b3e6), perfume (#d6a3f5) and perano (#b6c6f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Lavender, Soft, Bright 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 My Melody palette

Share this palette to:

💻 My Melody color palette CSS

/* CSS */
.color-1 {
color: #f7a6b6;
}
.color-2 {
color: #f0c1d6;
}
.color-3 {
color: #e4b3e6;
}
.color-4 {
color: #d6a3f5;
}
.color-5 {
color: #b6c6f7;
}

/* CSS Variables */
:root {
--color-1: #f7a6b6;
--color-2: #f0c1d6;
--color-3: #e4b3e6;
--color-4: #d6a3f5;
--color-5: #b6c6f7;
}

🌈 My Melody background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6b6, #f0c1d6, #e4b3e6, #d6a3f5, #b6c6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6b6, #f0c1d6, #e4b3e6, #d6a3f5, #b6c6f7);
}

My Melody color palette created on .