Nautical Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nautical Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nautical Blue Color Palette (PNG)
Nautical Blue color palette CSS
/* CSS */
.color-1 {
color: #111f2c;
}
.color-2 {
color: #1c334a;
}
.color-3 {
color: #2b4f73;
}
.color-4 {
color: #386f94;
}
.color-5 {
color: #469cb9;
}
/* CSS Variables */
:root {
--color-1: #111f2c;
--color-2: #1c334a;
--color-3: #2b4f73;
--color-4: #386f94;
--color-5: #469cb9;
}
Nautical Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #111f2c, #1c334a, #2b4f73, #386f94, #469cb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #111f2c, #1c334a, #2b4f73, #386f94, #469cb9);
}
Similar color palettes
Nautical Blue color palette created on .