Cute Dark Pink Color Palette

Discover the beautiful Cute Dark Pink color palette featuring mulled wine (#5d4e6e), mulberry (#c64e74), illusion (#f8a5b1), golden glow (#fce7a1) and marzipan (#f8e9a0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark Summer, Pink, Cream, Vibrant, Fun 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 Cute Dark Pink palette

Share this palette to:

💻 Cute Dark Pink color palette CSS

/* CSS */
.color-1 {
color: #5d4e6e;
}
.color-2 {
color: #c64e74;
}
.color-3 {
color: #f8a5b1;
}
.color-4 {
color: #fce7a1;
}
.color-5 {
color: #f8e9a0;
}

/* CSS Variables */
:root {
--color-1: #5d4e6e;
--color-2: #c64e74;
--color-3: #f8a5b1;
--color-4: #fce7a1;
--color-5: #f8e9a0;
}

🌈 Cute Dark Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d4e6e, #c64e74, #f8a5b1, #fce7a1, #f8e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d4e6e, #c64e74, #f8a5b1, #fce7a1, #f8e9a0);
}

Cute Dark Pink color palette created on .