Nautical Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nautical Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nautical Dreams Color Palette (PNG)
Nautical Dreams color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a5a78;
}
.color-3 {
color: #699bbf;
}
.color-4 {
color: #85c3e0;
}
.color-5 {
color: #f9d66c;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a5a78;
--color-3: #699bbf;
--color-4: #85c3e0;
--color-5: #f9d66c;
}
Nautical Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a5a78, #699bbf, #85c3e0, #f9d66c);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Nautical Dreams color palette created on .