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