Mythical Odyssey Color Palette
Discover the beautiful Mythical Odyssey color palette featuring ronchi (#f1c84b), moss green (#a3d59f), shakespeare (#4d9ed1), scampi (#595ca6) and cannon pink (#904c8f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Mythical Odyssey palette
💻 Mythical Odyssey color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #a3d59f;
}
.color-3 {
color: #4d9ed1;
}
.color-4 {
color: #595ca6;
}
.color-5 {
color: #904c8f;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #a3d59f;
--color-3: #4d9ed1;
--color-4: #595ca6;
--color-5: #904c8f;
} 🌈 Mythical Odyssey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #a3d59f, #4d9ed1, #595ca6, #904c8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #a3d59f, #4d9ed1, #595ca6, #904c8f);
} 🔗 Explore similar color palettes
Mythical Odyssey color palette created on .