Plum Dream Color Palette

Discover the beautiful Plum Dream color palette featuring finn (#592c4c), cannon pink (#8b4b7a), bouquet (#b87f9c), kobi (#eab8d1) and prim (#f2e3e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cherry, Feminine, Fruity, Pink, Plum, Soft, Vibrant 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 Plum Dream palette

Share this palette to:

💻 Plum Dream color palette CSS

/* CSS */
.color-1 {
color: #592c4c;
}
.color-2 {
color: #8b4b7a;
}
.color-3 {
color: #b87f9c;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #f2e3e8;
}

/* CSS Variables */
:root {
--color-1: #592c4c;
--color-2: #8b4b7a;
--color-3: #b87f9c;
--color-4: #eab8d1;
--color-5: #f2e3e8;
}

🌈 Plum Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592c4c, #8b4b7a, #b87f9c, #eab8d1, #f2e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592c4c, #8b4b7a, #b87f9c, #eab8d1, #f2e3e8);
}

Plum Dream color palette created on .