Dangerous Woman Color Palette
Discover the beautiful Dangerous Woman color palette featuring cannon pink (#9b506f), cranberry (#d85a8c), illusion (#f8a5ba), peach yellow (#fae0a3) and jaffa (#f49c43).
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 Dangerous Woman palette
💻 Dangerous Woman color palette CSS
/* CSS */
.color-1 {
color: #9b506f;
}
.color-2 {
color: #d85a8c;
}
.color-3 {
color: #f8a5ba;
}
.color-4 {
color: #fae0a3;
}
.color-5 {
color: #f49c43;
}
/* CSS Variables */
:root {
--color-1: #9b506f;
--color-2: #d85a8c;
--color-3: #f8a5ba;
--color-4: #fae0a3;
--color-5: #f49c43;
} 🌈 Dangerous Woman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b506f, #d85a8c, #f8a5ba, #fae0a3, #f49c43);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b506f, #d85a8c, #f8a5ba, #fae0a3, #f49c43);
} 🔗 Explore similar color palettes
Dangerous Woman color palette created on .