Poppy the Bubble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Poppy the Bubble palette
Color Inspiration
Images that showcase this color palette in real designs
Download Poppy the Bubble Color Palette (PNG)
Poppy the Bubble color palette CSS
/* CSS */
.color-1 {
color: #ffccff;
}
.color-2 {
color: #ffe5ff;
}
.color-3 {
color: #fff0ff;
}
.color-4 {
color: #fff5ff;
}
.color-5 {
color: #b3ffff;
}
/* CSS Variables */
:root {
--color-1: #ffccff;
--color-2: #ffe5ff;
--color-3: #fff0ff;
--color-4: #fff5ff;
--color-5: #b3ffff;
}
Poppy the Bubble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccff, #ffe5ff, #fff0ff, #fff5ff, #b3ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccff, #ffe5ff, #fff0ff, #fff5ff, #b3ffff);
}
Similar color palettes
Poppy the Bubble color palette created on .