Dark Feminine Color Palette

Discover the beautiful Dark Feminine color palette featuring voodoo (#4b2c4e), affair (#7b4b8b), bouquet (#a677a6), blossom (#d4a5c4) and vanilla ice (#f1d0e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Elegant, Feminine, Purple, Soft, Velvet 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 Feminine palette

Share this palette to:

💻 Dark Feminine color palette CSS

/* CSS */
.color-1 {
color: #4b2c4e;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #a677a6;
}
.color-4 {
color: #d4a5c4;
}
.color-5 {
color: #f1d0e7;
}

/* CSS Variables */
:root {
--color-1: #4b2c4e;
--color-2: #7b4b8b;
--color-3: #a677a6;
--color-4: #d4a5c4;
--color-5: #f1d0e7;
}

🌈 Dark Feminine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c4e, #7b4b8b, #a677a6, #d4a5c4, #f1d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c4e, #7b4b8b, #a677a6, #d4a5c4, #f1d0e7);
}

Dark Feminine color palette created on .