Paleta de colores Vibrant Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Blue palette
CSS de la paleta de colores Vibrant Blue
/* CSS */
.color-1 {
color: #1a9ad1;
}
.color-2 {
color: #f7e13b;
}
.color-3 {
color: #e24a3c;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #6f3b91;
}
/* CSS Variables */
:root {
--color-1: #1a9ad1;
--color-2: #f7e13b;
--color-3: #e24a3c;
--color-4: #fab700;
--color-5: #6f3b91;
}
CSS del degradado de fondo Vibrant Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ad1, #f7e13b, #e24a3c, #fab700, #6f3b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ad1, #f7e13b, #e24a3c, #fab700, #6f3b91);
}
Paletas de colores similares
Vibrant Blue color palette created on .