Bubblegum Bliss Color Palette

Discover the beautiful Bubblegum Bliss color palette featuring pink lace (#ffd1ee), carnation pink (#ffa3d0), hot pink (#ff6bb8), razzle dazzle rose (#ff3db5) and wild strawberry (#ff3d9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Vibrant, Soft, Light, Coral, Summer, Feminine 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 Bubblegum Bliss palette

Share this palette to:

💻 Bubblegum Bliss color palette CSS

/* CSS */
.color-1 {
color: #ffd1ee;
}
.color-2 {
color: #ffa3d0;
}
.color-3 {
color: #ff6bb8;
}
.color-4 {
color: #ff3db5;
}
.color-5 {
color: #ff3d9b;
}

/* CSS Variables */
:root {
--color-1: #ffd1ee;
--color-2: #ffa3d0;
--color-3: #ff6bb8;
--color-4: #ff3db5;
--color-5: #ff3d9b;
}

🌈 Bubblegum Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1ee, #ffa3d0, #ff6bb8, #ff3db5, #ff3d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1ee, #ffa3d0, #ff6bb8, #ff3db5, #ff3d9b);
}

Bubblegum Bliss color palette created on .