Paleta de colores Bright Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Blue

/* CSS */
.color-1 {
color: #1e8cc2;
}
.color-2 {
color: #2eb1e0;
}
.color-3 {
color: #4fd6e8;
}
.color-4 {
color: #79f2f6;
}
.color-5 {
color: #9ee6f0;
}

/* CSS Variables */
:root {
--color-1: #1e8cc2;
--color-2: #2eb1e0;
--color-3: #4fd6e8;
--color-4: #79f2f6;
--color-5: #9ee6f0;
}

CSS del degradado de fondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8cc2, #2eb1e0, #4fd6e8, #79f2f6, #9ee6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8cc2, #2eb1e0, #4fd6e8, #79f2f6, #9ee6f0);
}

Bright Blue color palette created on .