Blushing Twilight Color Palette
Discover the beautiful Blushing Twilight color palette featuring cannon pink (#894367), turkish rose (#b86b8a), can can (#e0a3b1), azalea (#f4c2d9) and vanilla ice (#f6e0e4).
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 Blushing Twilight palette
💻 Blushing Twilight color palette CSS
/* CSS */
.color-1 {
color: #894367;
}
.color-2 {
color: #b86b8a;
}
.color-3 {
color: #e0a3b1;
}
.color-4 {
color: #f4c2d9;
}
.color-5 {
color: #f6e0e4;
}
/* CSS Variables */
:root {
--color-1: #894367;
--color-2: #b86b8a;
--color-3: #e0a3b1;
--color-4: #f4c2d9;
--color-5: #f6e0e4;
} 🌈 Blushing Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #894367, #b86b8a, #e0a3b1, #f4c2d9, #f6e0e4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #894367, #b86b8a, #e0a3b1, #f4c2d9, #f6e0e4);
} 🔗 Explore similar color palettes
Blushing Twilight color palette created on .