Navy Blue Authority Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Navy Blue Authority palette
Navy Blue Authority color palette CSS
/* CSS */
.color-1 {
color: #002147;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #b99b5b;
}
.color-4 {
color: #5c5c5c;
}
.color-5 {
color: #e7c650;
}
/* CSS Variables */
:root {
--color-1: #002147;
--color-2: #3d3d3d;
--color-3: #b99b5b;
--color-4: #5c5c5c;
--color-5: #e7c650;
}
Navy Blue Authority background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002147, #3d3d3d, #b99b5b, #5c5c5c, #e7c650);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002147, #3d3d3d, #b99b5b, #5c5c5c, #e7c650);
}
Similar color palettes
Navy Blue Authority color palette created on .