Death of Dreams Color Palette
Discover the beautiful Death of Dreams color palette featuring martinique (#3a2a4c), mulled wine (#4d3e65), affair (#7b4e8d), bouquet (#b36fb2) and azalea (#f2b6e8).
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 Death of Dreams palette
💻 Death of Dreams color palette CSS
/* CSS */
.color-1 {
color: #3a2a4c;
}
.color-2 {
color: #4d3e65;
}
.color-3 {
color: #7b4e8d;
}
.color-4 {
color: #b36fb2;
}
.color-5 {
color: #f2b6e8;
}
/* CSS Variables */
:root {
--color-1: #3a2a4c;
--color-2: #4d3e65;
--color-3: #7b4e8d;
--color-4: #b36fb2;
--color-5: #f2b6e8;
} 🌈 Death of Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a4c, #4d3e65, #7b4e8d, #b36fb2, #f2b6e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a4c, #4d3e65, #7b4e8d, #b36fb2, #f2b6e8);
} 🔗 Explore similar color palettes
Death of Dreams color palette created on .