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: #4bbae2;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f76d3b;
}
.color-4 {
color: #f8b9c4;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f6c80e;
--color-3: #f76d3b;
--color-4: #f8b9c4;
--color-5: #8d43ad;
}
CSS del degradado de fondo Bright Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f6c80e, #f76d3b, #f8b9c4, #8d43ad);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Bright Blue color palette created on .