Paleta de colores Bright Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Blue palette
CSS de la paleta de colores Bright Blue
/* CSS */
.color-1 {
color: #80dbff;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #80dbff;
--color-2: #ff6e61;
--color-3: #ffd83d;
--color-4: #ffb300;
--color-5: #ff4d4d;
}
CSS del degradado de fondo Bright Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80dbff, #ff6e61, #ffd83d, #ffb300, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80dbff, #ff6e61, #ffd83d, #ffb300, #ff4d4d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Bright Blue color palette created on .