Paleta de colores Blue Zero
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Zero palette
CSS de la paleta de colores Blue Zero
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #4b7e95;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #f7d28d;
}
.color-5 {
color: #ea5f5d;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #4b7e95;
--color-3: #a5c6d5;
--color-4: #f7d28d;
--color-5: #ea5f5d;
}
CSS del degradado de fondo Blue Zero
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #4b7e95, #a5c6d5, #f7d28d, #ea5f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #4b7e95, #a5c6d5, #f7d28d, #ea5f5d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Blue Zero color palette created on .