Vintage Odyssey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Odyssey palette

Share this palette to:

Download Vintage Odyssey Color Palette (PNG)

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

Vintage Odyssey color palette CSS

/* CSS */
.color-1 {
color: #3f2a92;
}
.color-2 {
color: #6b509b;
}
.color-3 {
color: #b57d8d;
}
.color-4 {
color: #f5c56b;
}
.color-5 {
color: #f7e13b;
}

/* CSS Variables */
:root {
--color-1: #3f2a92;
--color-2: #6b509b;
--color-3: #b57d8d;
--color-4: #f5c56b;
--color-5: #f7e13b;
}

Vintage Odyssey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a92, #6b509b, #b57d8d, #f5c56b, #f7e13b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a92, #6b509b, #b57d8d, #f5c56b, #f7e13b);
}

Vintage Odyssey color palette created on .