Dark Pink Color Palette

Discover the beautiful Dark Pink color palette featuring finn (#5f2b4d), tapestry (#b75c8a), kobi (#e8a1c7), sandwisp (#f7e0a6) and carrot orange (#f28e1c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Summer, 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 Dark Pink palette

Share this palette to:

💻 Dark Pink color palette CSS

/* CSS */
.color-1 {
color: #5f2b4d;
}
.color-2 {
color: #b75c8a;
}
.color-3 {
color: #e8a1c7;
}
.color-4 {
color: #f7e0a6;
}
.color-5 {
color: #f28e1c;
}

/* CSS Variables */
:root {
--color-1: #5f2b4d;
--color-2: #b75c8a;
--color-3: #e8a1c7;
--color-4: #f7e0a6;
--color-5: #f28e1c;
}

🌈 Dark Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b4d, #b75c8a, #e8a1c7, #f7e0a6, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b4d, #b75c8a, #e8a1c7, #f7e0a6, #f28e1c);
}

Dark Pink color palette created on .