Paleta de colores Mint Bubblegum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mint Bubblegum palette
Imagen PNG de la paleta de colores Mint Bubblegum
CSS de la paleta de colores Mint Bubblegum
/* CSS */
.color-1 {
color: #a3e0e6;
}
.color-2 {
color: #b1f2d8;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff4d6d;
}
/* CSS Variables */
:root {
--color-1: #a3e0e6;
--color-2: #b1f2d8;
--color-3: #ffb3c1;
--color-4: #ff7092;
--color-5: #ff4d6d;
}
CSS del degradado de fondo Mint Bubblegum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0e6, #b1f2d8, #ffb3c1, #ff7092, #ff4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0e6, #b1f2d8, #ffb3c1, #ff7092, #ff4d6d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 6 paletas de colores Menta
Mint Bubblegum color palette created on .