Oceanic Odyssey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Odyssey palette
Color Inspiration
Images that showcase this color palette in real designs
Download Oceanic Odyssey Color Palette (PNG)
Oceanic Odyssey color palette CSS
/* CSS */
.color-1 {
color: #9ed6d4;
}
.color-2 {
color: #76c1b2;
}
.color-3 {
color: #4ea28b;
}
.color-4 {
color: #2e7a6d;
}
.color-5 {
color: #1b4b4b;
}
/* CSS Variables */
:root {
--color-1: #9ed6d4;
--color-2: #76c1b2;
--color-3: #4ea28b;
--color-4: #2e7a6d;
--color-5: #1b4b4b;
}
Oceanic Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6d4, #76c1b2, #4ea28b, #2e7a6d, #1b4b4b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Oceanic Odyssey color palette created on .