Paleta de colores Pink Bubblegum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Bubblegum palette
CSS de la paleta de colores Pink Bubblegum
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #5d7d7e;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #5d7d7e;
--color-5: #2b3d50;
}
CSS del degradado de fondo Pink Bubblegum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #88d8b0, #5d7d7e, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #88d8b0, #5d7d7e, #2b3d50);
}
Paletas de colores similares
Pink Bubblegum color palette created on .