Nautical Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nautical Breeze palette
Nautical Breeze color palette CSS
/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #3b7e9b;
}
.color-3 {
color: #6cb4c1;
}
.color-4 {
color: #b3e0d9;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #3b7e9b;
--color-3: #6cb4c1;
--color-4: #b3e0d9;
--color-5: #f0a800;
}
Nautical Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #3b7e9b, #6cb4c1, #b3e0d9, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #3b7e9b, #6cb4c1, #b3e0d9, #f0a800);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Nautical Breeze color palette created on .