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