Twisted Astro Color Palette
Discover the beautiful Twisted Astro color palette featuring victoria (#4b3c7c), butterfly bush (#694e8d), bouquet (#a4799b), koromiko (#ffb85c) and bittersweet (#ff6161).
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 Twisted Astro palette
💻 Twisted Astro color palette CSS
/* CSS */
.color-1 {
color: #4b3c7c;
}
.color-2 {
color: #694e8d;
}
.color-3 {
color: #a4799b;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ff6161;
}
/* CSS Variables */
:root {
--color-1: #4b3c7c;
--color-2: #694e8d;
--color-3: #a4799b;
--color-4: #ffb85c;
--color-5: #ff6161;
} 🌈 Twisted Astro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c7c, #694e8d, #a4799b, #ffb85c, #ff6161);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c7c, #694e8d, #a4799b, #ffb85c, #ff6161);
} 🔗 Explore similar color palettes
Twisted Astro color palette created on .