Arcade Oasis Color Palette
Discover the beautiful Arcade Oasis color palette featuring eastern blue (#1b8ebb), keppel (#409c9a), de york (#78c4a3), golden sand (#f2d97d) and froly (#f26d69).
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 Arcade Oasis palette
💻 Arcade Oasis color palette CSS
/* CSS */
.color-1 {
color: #1b8ebb;
}
.color-2 {
color: #409c9a;
}
.color-3 {
color: #78c4a3;
}
.color-4 {
color: #f2d97d;
}
.color-5 {
color: #f26d69;
}
/* CSS Variables */
:root {
--color-1: #1b8ebb;
--color-2: #409c9a;
--color-3: #78c4a3;
--color-4: #f2d97d;
--color-5: #f26d69;
} 🌈 Arcade Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8ebb, #409c9a, #78c4a3, #f2d97d, #f26d69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8ebb, #409c9a, #78c4a3, #f2d97d, #f26d69);
} 🔗 Explore similar color palettes
Arcade Oasis color palette created on .