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