Emotional Bloom Color Palette
Discover the beautiful Emotional Bloom color palette featuring vivid violet (#7f3c90), red violet (#d31d81), cupid (#f9b4d2), we peep (#f9e1e6) and spring wood (#f9f5f1).
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 Emotional Bloom palette
💻 Emotional Bloom color palette CSS
/* CSS */
.color-1 {
color: #7f3c90;
}
.color-2 {
color: #d31d81;
}
.color-3 {
color: #f9b4d2;
}
.color-4 {
color: #f9e1e6;
}
.color-5 {
color: #f9f5f1;
}
/* CSS Variables */
:root {
--color-1: #7f3c90;
--color-2: #d31d81;
--color-3: #f9b4d2;
--color-4: #f9e1e6;
--color-5: #f9f5f1;
} 🌈 Emotional Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f3c90, #d31d81, #f9b4d2, #f9e1e6, #f9f5f1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f3c90, #d31d81, #f9b4d2, #f9e1e6, #f9f5f1);
} 🔗 Explore similar color palettes
Emotional Bloom color palette created on .