Poppy the Bubble Color Palette

Brightness

Saturation

Warmth

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: #ffb3ff;
}
.color-2 {
color: #ffd6ff;
}
.color-3 {
color: #ffebff;
}
.color-4 {
color: #fff5ff;
}
.color-5 {
color: #8fffff;
}

/* CSS Variables */
:root {
--color-1: #ffb3ff;
--color-2: #ffd6ff;
--color-3: #ffebff;
--color-4: #fff5ff;
--color-5: #8fffff;
}

Poppy the Bubble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ff, #ffd6ff, #ffebff, #fff5ff, #8fffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ff, #ffd6ff, #ffebff, #fff5ff, #8fffff);
}

Similar color palettes

Scroll down to explore 3 Pink color palettes

Poppy the Bubble color palette created on .