Retro Jungle Odyssey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Jungle Odyssey palette

Share this palette to:

Retro Jungle Odyssey color palette PNG image

Download retro jungle odyssey color palette PNG image (landscape)
Download retro jungle odyssey color palette PNG image (square)

Retro Jungle Odyssey color palette CSS

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4f7f8c;
}
.color-4 {
color: #3b4d72;
}
.color-5 {
color: #1c2a5e;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #6a9a6d;
--color-3: #4f7f8c;
--color-4: #3b4d72;
--color-5: #1c2a5e;
}

Retro Jungle Odyssey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #6a9a6d, #4f7f8c, #3b4d72, #1c2a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #6a9a6d, #4f7f8c, #3b4d72, #1c2a5e);
}

Retro Jungle Odyssey color palette created on .