Paleta de colores Poppy the Bubble
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Poppy the Bubble palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Poppy the Bubble (PNG)
CSS de la paleta de colores Poppy the Bubble
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Poppy the Bubble color palette created on .