Luminous Oasis Color Palette
Discover the beautiful Luminous Oasis color palette featuring energy yellow (#f5e356), rock blue (#a4b8d0), green pea (#1c5e4e), merino (#f4ece1) and anzac (#e1aa51).
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 Luminous Oasis palette
💻 Luminous Oasis color palette CSS
/* CSS */
.color-1 {
color: #f5e356;
}
.color-2 {
color: #a4b8d0;
}
.color-3 {
color: #1c5e4e;
}
.color-4 {
color: #f4ece1;
}
.color-5 {
color: #e1aa51;
}
/* CSS Variables */
:root {
--color-1: #f5e356;
--color-2: #a4b8d0;
--color-3: #1c5e4e;
--color-4: #f4ece1;
--color-5: #e1aa51;
} 🌈 Luminous Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e356, #a4b8d0, #1c5e4e, #f4ece1, #e1aa51);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e356, #a4b8d0, #1c5e4e, #f4ece1, #e1aa51);
} 🔗 Explore similar color palettes
Luminous Oasis color palette created on .