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: #00a5e0;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff007b;
}
.color-5 {
color: #2e2b73;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #ff6d1f;
--color-3: #ffcc00;
--color-4: #ff007b;
--color-5: #2e2b73;
}

CSS del degradado de fondo Bright Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #ff6d1f, #ffcc00, #ff007b, #2e2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #ff6d1f, #ffcc00, #ff007b, #2e2b73);
}

Bright Blue color palette created on .