Poppy the Bubble Color Palette

Discover the beautiful Poppy the Bubble color palette featuring lavender rose (#ffb2ff), pink lace (#ffd4ff), pink lace (#ffeaff), tutu (#fff6ff) and anakiwa (#8dffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Lavender, Pink, Spring, Vibrant 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: #ffb2ff;
}
.color-2 {
color: #ffd4ff;
}
.color-3 {
color: #ffeaff;
}
.color-4 {
color: #fff6ff;
}
.color-5 {
color: #8dffff;
}

/* CSS Variables */
:root {
--color-1: #ffb2ff;
--color-2: #ffd4ff;
--color-3: #ffeaff;
--color-4: #fff6ff;
--color-5: #8dffff;
}

🌈 Poppy the Bubble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb2ff, #ffd4ff, #ffeaff, #fff6ff, #8dffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb2ff, #ffd4ff, #ffeaff, #fff6ff, #8dffff);
}

Poppy the Bubble color palette created on .