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: #3c9cdd;
}
.color-2 {
color: #6cc3e0;
}
.color-3 {
color: #79e2d9;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #6cc3e0;
--color-3: #79e2d9;
--color-4: #f5e6a8;
--color-5: #f9b4b4;
}

CSS del degradado de fondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #6cc3e0, #79e2d9, #f5e6a8, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #6cc3e0, #79e2d9, #f5e6a8, #f9b4b4);
}

Bright Blue color palette created on .