Paleta de colores Blue Justice

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Justice palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Justice

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4a5c8c;
}
.color-3 {
color: #7a8eb8;
}
.color-4 {
color: #c4a65f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a5c8c;
--color-3: #7a8eb8;
--color-4: #c4a65f;
--color-5: #e74d3c;
}

CSS del degradado de fondo Blue Justice

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a5c8c, #7a8eb8, #c4a65f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a5c8c, #7a8eb8, #c4a65f, #e74d3c);
}

Blue Justice color palette created on .