Shades of Navy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Navy palette
Shades of Navy color palette CSS
/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #0086b3;
}
.color-4 {
color: #00bdd6;
}
.color-5 {
color: #61ffdf;
}
/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #005a8a;
--color-3: #0086b3;
--color-4: #00bdd6;
--color-5: #61ffdf;
}
Shades of Navy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #005a8a, #0086b3, #00bdd6, #61ffdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #005a8a, #0086b3, #00bdd6, #61ffdf);
}
Similar color palettes
Shades of Navy color palette created on .