Enchanted Blossom Color Palette
Discover the beautiful Enchanted Blossom color palette featuring melanie (#e3bad4), light wisteria (#c6a7d7), regent st blue (#a3b8e0), seagull (#7db2e8) and viking (#5ededc).
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 Enchanted Blossom palette
💻 Enchanted Blossom color palette CSS
/* CSS */
.color-1 {
color: #e3bad4;
}
.color-2 {
color: #c6a7d7;
}
.color-3 {
color: #a3b8e0;
}
.color-4 {
color: #7db2e8;
}
.color-5 {
color: #5ededc;
}
/* CSS Variables */
:root {
--color-1: #e3bad4;
--color-2: #c6a7d7;
--color-3: #a3b8e0;
--color-4: #7db2e8;
--color-5: #5ededc;
} 🌈 Enchanted Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3bad4, #c6a7d7, #a3b8e0, #7db2e8, #5ededc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3bad4, #c6a7d7, #a3b8e0, #7db2e8, #5ededc);
} 🔗 Explore similar color palettes
Enchanted Blossom color palette created on .