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: #00a8eb;
}
.color-2 {
color: #1db4e2;
}
.color-3 {
color: #4cc9d6;
}
.color-4 {
color: #7ce5e9;
}
.color-5 {
color: #a3eff5;
}
/* CSS Variables */
:root {
--color-1: #00a8eb;
--color-2: #1db4e2;
--color-3: #4cc9d6;
--color-4: #7ce5e9;
--color-5: #a3eff5;
}
CSS del degradado de fondo Bright Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8eb, #1db4e2, #4cc9d6, #7ce5e9, #a3eff5);
}
Paletas de colores similares
Bright Blue color palette created on .