Emerald Oasis Burst Color Palette
Discover the beautiful Emerald Oasis Burst color palette featuring snow drift (#fcfdfc), shamrock (#41e68e), chateau green (#32b35f), green haze (#00ad42) and red (#e61005).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withModern, Tropical, Spring 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
UI Examples
Explore beautiful UI components with Emerald Oasis Burst palette
💻 Emerald Oasis Burst color palette CSS
/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #41e68e;
}
.color-3 {
color: #32b35f;
}
.color-4 {
color: #00ad42;
}
.color-5 {
color: #e61005;
}
/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #41e68e;
--color-3: #32b35f;
--color-4: #00ad42;
--color-5: #e61005;
} 🌈 Emerald Oasis Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #41e68e, #32b35f, #00ad42, #e61005);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #41e68e, #32b35f, #00ad42, #e61005);
} 🔗 Explore similar color palettes
Emerald Oasis Burst color palette created on .