Odysseus Color Palette
Discover the beautiful Odysseus color palette featuring scooter (#34aad2), seagull (#77cee6), mint tulip (#c8ebf4), iceberg (#e1f2f6) and pipi (#fefccd).
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 Odysseus palette
💻 Odysseus color palette CSS
/* CSS */
.color-1 {
color: #34aad2;
}
.color-2 {
color: #77cee6;
}
.color-3 {
color: #c8ebf4;
}
.color-4 {
color: #e1f2f6;
}
.color-5 {
color: #fefccd;
}
/* CSS Variables */
:root {
--color-1: #34aad2;
--color-2: #77cee6;
--color-3: #c8ebf4;
--color-4: #e1f2f6;
--color-5: #fefccd;
} 🌈 Odysseus background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #34aad2, #77cee6, #c8ebf4, #e1f2f6, #fefccd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #34aad2, #77cee6, #c8ebf4, #e1f2f6, #fefccd);
} 🔗 Explore similar color palettes
Odysseus color palette created on .