Oceanic Odyssey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Odyssey palette

Share this palette to:

Download Oceanic Odyssey Color Palette (PNG)

Download oceanic odyssey color palette PNG image (landscape)
Download oceanic odyssey color palette PNG image (square)

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);
}

Oceanic Odyssey color palette created on .