Pink Bubble Fantasy Color Palette

Discover the beautiful Pink Bubble Fantasy color palette featuring illusion (#f3a5c2), melanie (#e2b6e0), french lilac (#dfc2ef), sail (#b5daf7) and blizzard blue (#a6e2f2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Bubble Fantasy color palette CSS

/* CSS */
.color-1 {
color: #f3a5c2;
}
.color-2 {
color: #e2b6e0;
}
.color-3 {
color: #dfc2ef;
}
.color-4 {
color: #b5daf7;
}
.color-5 {
color: #a6e2f2;
}

/* CSS Variables */
:root {
--color-1: #f3a5c2;
--color-2: #e2b6e0;
--color-3: #dfc2ef;
--color-4: #b5daf7;
--color-5: #a6e2f2;
}

🌈 Pink Bubble Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c2, #e2b6e0, #dfc2ef, #b5daf7, #a6e2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c2, #e2b6e0, #dfc2ef, #b5daf7, #a6e2f2);
}

Pink Bubble Fantasy color palette created on .