Justice in Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Justice in Spectrum palette
Justice in Spectrum color palette CSS
/* 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;
}
Justice in Spectrum background gradient CSS
/* 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);
}
Similar color palettes
Justice in Spectrum color palette created on .