Moon TADC Color Palette
Discover the beautiful Moon TADC color palette featuring prelude (#d9b3e0), east side (#a77ccb), vivid violet (#7b3b97), daisy bush (#5b2c90) and jagger (#3a0a48).
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 Moon TADC palette
💻 Moon TADC color palette CSS
/* CSS */
.color-1 {
color: #d9b3e0;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #7b3b97;
}
.color-4 {
color: #5b2c90;
}
.color-5 {
color: #3a0a48;
}
/* CSS Variables */
:root {
--color-1: #d9b3e0;
--color-2: #a77ccb;
--color-3: #7b3b97;
--color-4: #5b2c90;
--color-5: #3a0a48;
}
🌈 Moon TADC background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3e0, #a77ccb, #7b3b97, #5b2c90, #3a0a48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3e0, #a77ccb, #7b3b97, #5b2c90, #3a0a48);
}
🔗 Explore similar color palettes
Moon TADC color palette created on .