Twilight Bloom Color Palette
Discover the beautiful Twilight Bloom color palette featuring vanilla ice (#f2d4e2), london hue (#bea2c3), lavender purple (#8a7daa), waikawa gray (#5a5d90) and voodoo (#4e3a64).
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 Twilight Bloom palette
💻 Twilight Bloom color palette CSS
/* CSS */
.color-1 {
color: #f2d4e2;
}
.color-2 {
color: #bea2c3;
}
.color-3 {
color: #8a7daa;
}
.color-4 {
color: #5a5d90;
}
.color-5 {
color: #4e3a64;
}
/* CSS Variables */
:root {
--color-1: #f2d4e2;
--color-2: #bea2c3;
--color-3: #8a7daa;
--color-4: #5a5d90;
--color-5: #4e3a64;
} 🌈 Twilight Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d4e2, #bea2c3, #8a7daa, #5a5d90, #4e3a64);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d4e2, #bea2c3, #8a7daa, #5a5d90, #4e3a64);
} 🔗 Explore similar color palettes
Twilight Bloom color palette created on .