Pink Dream Color Palette

Discover the beautiful Pink Dream color palette featuring wewak (#f3a0b8), illusion (#f1a7ca), azalea (#f0b2d7), light wisteria (#d5a1e3) and heliotrope (#a58aff).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #f3a0b8;
}
.color-2 {
color: #f1a7ca;
}
.color-3 {
color: #f0b2d7;
}
.color-4 {
color: #d5a1e3;
}
.color-5 {
color: #a58aff;
}

/* CSS Variables */
:root {
--color-1: #f3a0b8;
--color-2: #f1a7ca;
--color-3: #f0b2d7;
--color-4: #d5a1e3;
--color-5: #a58aff;
}

🌈 Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0b8, #f1a7ca, #f0b2d7, #d5a1e3, #a58aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0b8, #f1a7ca, #f0b2d7, #d5a1e3, #a58aff);
}

Pink Dream color palette created on .