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