Healing Hues Color Palette
Discover the beautiful Healing Hues color palette featuring butterfly bush (#5c4b8b), east side (#b583c3), illusion (#f0a3cf), marzipan (#f7d7a1) and tuscany (#ca502b).
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 Healing Hues palette
💻 Healing Hues color palette CSS
/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #b583c3;
}
.color-3 {
color: #f0a3cf;
}
.color-4 {
color: #f7d7a1;
}
.color-5 {
color: #ca502b;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #b583c3;
--color-3: #f0a3cf;
--color-4: #f7d7a1;
--color-5: #ca502b;
} 🌈 Healing Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #b583c3, #f0a3cf, #f7d7a1, #ca502b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #b583c3, #f0a3cf, #f7d7a1, #ca502b);
} 🔗 Explore similar color palettes
Healing Hues color palette created on .