Paleta de colores Justice in Spectrum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Justice in Spectrum palette
CSS de la paleta de colores Justice in Spectrum
/* CSS */
.color-1 {
color: #0b3d93;
}
.color-2 {
color: #4f8dcf;
}
.color-3 {
color: #85b2e0;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e77a32;
}
/* CSS Variables */
:root {
--color-1: #0b3d93;
--color-2: #4f8dcf;
--color-3: #85b2e0;
--color-4: #f1c84b;
--color-5: #e77a32;
}
CSS del degradado de fondo Justice in Spectrum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3d93, #4f8dcf, #85b2e0, #f1c84b, #e77a32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3d93, #4f8dcf, #85b2e0, #f1c84b, #e77a32);
}
Paletas de colores similares
Justice in Spectrum color palette created on .