Nautical Odyssey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nautical Odyssey palette
Nautical Odyssey color palette CSS
/* CSS */
.color-1 {
color: #297d8e;
}
.color-2 {
color: #4ab3b5;
}
.color-3 {
color: #69d3d8;
}
.color-4 {
color: #afe9e3;
}
.color-5 {
color: #f1b74b;
}
/* CSS Variables */
:root {
--color-1: #297d8e;
--color-2: #4ab3b5;
--color-3: #69d3d8;
--color-4: #afe9e3;
--color-5: #f1b74b;
}
Nautical Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297d8e, #4ab3b5, #69d3d8, #afe9e3, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297d8e, #4ab3b5, #69d3d8, #afe9e3, #f1b74b);
}
Similar color palettes
Nautical Odyssey color palette created on .