Paleta de colores Blue Bubble

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Bubble palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Bubble

/* CSS */
.color-1 {
color: #a2e0f1;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #4b7fce;
}
.color-4 {
color: #2b5aa6;
}
.color-5 {
color: #1d3b77;
}

/* CSS Variables */
:root {
--color-1: #a2e0f1;
--color-2: #6f9ed8;
--color-3: #4b7fce;
--color-4: #2b5aa6;
--color-5: #1d3b77;
}

CSS del degradado de fondo Blue Bubble

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e0f1, #6f9ed8, #4b7fce, #2b5aa6, #1d3b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e0f1, #6f9ed8, #4b7fce, #2b5aa6, #1d3b77);
}

Blue Bubble color palette created on .