Discover the beautiful Enchanted Oasis color palette featuring electric violet (#7847ff), fruit salad (#5ca04b), astral (#3b7da0), ronchi (#f0c74c) and flame pea (#d25e2d).
Enchanted Oasis Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Enchanted Oasis palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Enchanted Oasis palette
💻 Enchanted Oasis color palette CSS
/* CSS */
.color-1 {
color: #7847ff;
}
.color-2 {
color: #5ca04b;
}
.color-3 {
color: #3b7da0;
}
.color-4 {
color: #f0c74c;
}
.color-5 {
color: #d25e2d;
}
/* CSS Variables */
:root {
--color-1: #7847ff;
--color-2: #5ca04b;
--color-3: #3b7da0;
--color-4: #f0c74c;
--color-5: #d25e2d;
}
🌈 Enchanted Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7847ff, #5ca04b, #3b7da0, #f0c74c, #d25e2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7847ff, #5ca04b, #3b7da0, #f0c74c, #d25e2d);
}
🔗 Explore similar color palettes
Enchanted Oasis color palette created on .