Poppy the Bubble Color Palette

Discover the beautiful Poppy the Bubble color palette featuring pink lace (#ffcaff), pink lace (#ffe4ff), tutu (#fff2ff), tutu (#fff6ff) and french pass (#b3ffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Coastal, Lavender, Lilac, Pink, Soft, Summer 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 Poppy the Bubble palette

Share this palette to:

💻 Poppy the Bubble color palette CSS

/* CSS */
.color-1 {
color: #ffcaff;
}
.color-2 {
color: #ffe4ff;
}
.color-3 {
color: #fff2ff;
}
.color-4 {
color: #fff6ff;
}
.color-5 {
color: #b3ffff;
}

/* CSS Variables */
:root {
--color-1: #ffcaff;
--color-2: #ffe4ff;
--color-3: #fff2ff;
--color-4: #fff6ff;
--color-5: #b3ffff;
}

🌈 Poppy the Bubble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcaff, #ffe4ff, #fff2ff, #fff6ff, #b3ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcaff, #ffe4ff, #fff2ff, #fff6ff, #b3ffff);
}

Poppy the Bubble color palette created on .