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