Poppy the Bubble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Poppy the Bubble palette
Poppy the Bubble color palette PNG image
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 .