Pink Doll Color Palette

Discover the beautiful Pink Doll color palette featuring illusion (#f4a4bf), almond (#f2d6cf), wheat (#f5e7b2), powder blue (#b2d8e6) and downy (#78c7d3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Doll color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f2d6cf;
}
.color-3 {
color: #f5e7b2;
}
.color-4 {
color: #b2d8e6;
}
.color-5 {
color: #78c7d3;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f2d6cf;
--color-3: #f5e7b2;
--color-4: #b2d8e6;
--color-5: #78c7d3;
}

🌈 Pink Doll background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f2d6cf, #f5e7b2, #b2d8e6, #78c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f2d6cf, #f5e7b2, #b2d8e6, #78c7d3);
}

Pink Doll color palette created on .