Mystical Earthbound Harmony Color Palette
Discover the beautiful Mystical Earthbound Harmony color palette featuring butterfly bush (#5e4f8c), wedgewood (#4b70a0), gimblet (#c0a66d), whiskey (#d39969) and coral reef (#c9b8a6).
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 Mystical Earthbound Harmony palette
💻 Mystical Earthbound Harmony color palette CSS
/* CSS */
.color-1 {
color: #5e4f8c;
}
.color-2 {
color: #4b70a0;
}
.color-3 {
color: #c0a66d;
}
.color-4 {
color: #d39969;
}
.color-5 {
color: #c9b8a6;
}
/* CSS Variables */
:root {
--color-1: #5e4f8c;
--color-2: #4b70a0;
--color-3: #c0a66d;
--color-4: #d39969;
--color-5: #c9b8a6;
}
🌈 Mystical Earthbound Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4f8c, #4b70a0, #c0a66d, #d39969, #c9b8a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4f8c, #4b70a0, #c0a66d, #d39969, #c9b8a6);
}
🔗 Explore similar color palettes
Mystical Earthbound Harmony color palette created on .