Poppy the Bubble Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Poppy the Bubble palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Poppy the Bubble

Download poppy the bubble color palette PNG image (landscape)
Download poppy the bubble color palette PNG image (square)

tavolozza dei colori Poppy the Bubble 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;
}

CSS con gradiente di sfondo Poppy the Bubble

/* 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);
}

Poppy the Bubble color palette created on .