Disco Delight Color Palette
Discover the beautiful Disco Delight color palette featuring disco (#891551), cadillac (#a04b7b), can can (#d086a8), mandys pink (#f1b6c5) and off yellow (#fef8e6).
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 Disco Delight palette
💻 Disco Delight color palette CSS
/* CSS */
.color-1 {
color: #891551;
}
.color-2 {
color: #a04b7b;
}
.color-3 {
color: #d086a8;
}
.color-4 {
color: #f1b6c5;
}
.color-5 {
color: #fef8e6;
}
/* CSS Variables */
:root {
--color-1: #891551;
--color-2: #a04b7b;
--color-3: #d086a8;
--color-4: #f1b6c5;
--color-5: #fef8e6;
} 🌈 Disco Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891551, #a04b7b, #d086a8, #f1b6c5, #fef8e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891551, #a04b7b, #d086a8, #f1b6c5, #fef8e6);
} 🔗 Explore similar color palettes
Disco Delight color palette created on .