Pink Dreamy Color Palette

Discover the beautiful Pink Dreamy color palette featuring persian pink (#f584b7), illusion (#f59ec5), azalea (#f5c2d4), azalea (#f4b8d3) and pot pourri (#f5e2e0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Dreamy color palette CSS

/* CSS */
.color-1 {
color: #f584b7;
}
.color-2 {
color: #f59ec5;
}
.color-3 {
color: #f5c2d4;
}
.color-4 {
color: #f4b8d3;
}
.color-5 {
color: #f5e2e0;
}

/* CSS Variables */
:root {
--color-1: #f584b7;
--color-2: #f59ec5;
--color-3: #f5c2d4;
--color-4: #f4b8d3;
--color-5: #f5e2e0;
}

🌈 Pink Dreamy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f584b7, #f59ec5, #f5c2d4, #f4b8d3, #f5e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f584b7, #f59ec5, #f5c2d4, #f4b8d3, #f5e2e0);
}

Pink Dreamy color palette created on .