Dark Pink Winter Color Palette

Discover the beautiful Dark Pink Winter color palette featuring illusion (#f7a1b9), french rose (#f14b8d), razzmatazz (#d6005d), pompadour (#700043) and mardi gras (#3a003d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dark Pink Winter color palette CSS

/* CSS */
.color-1 {
color: #f7a1b9;
}
.color-2 {
color: #f14b8d;
}
.color-3 {
color: #d6005d;
}
.color-4 {
color: #700043;
}
.color-5 {
color: #3a003d;
}

/* CSS Variables */
:root {
--color-1: #f7a1b9;
--color-2: #f14b8d;
--color-3: #d6005d;
--color-4: #700043;
--color-5: #3a003d;
}

🌈 Dark Pink Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b9, #f14b8d, #d6005d, #700043, #3a003d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b9, #f14b8d, #d6005d, #700043, #3a003d);
}

Dark Pink Winter color palette created on .