Dreamy Pink Color Palette

Discover the beautiful Dreamy Pink color palette featuring illusion (#f2a1c5), shocking (#e193b9), hopbush (#d680b3), hopbush (#d06c9e) and tapestry (#b86191).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Dreamy Pink color palette CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #e193b9;
}
.color-3 {
color: #d680b3;
}
.color-4 {
color: #d06c9e;
}
.color-5 {
color: #b86191;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #e193b9;
--color-3: #d680b3;
--color-4: #d06c9e;
--color-5: #b86191;
}

🌈 Dreamy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #e193b9, #d680b3, #d06c9e, #b86191);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #e193b9, #d680b3, #d06c9e, #b86191);
}

Dreamy Pink color palette created on .