Pink and Noir Color Palette
Discover the beautiful Pink and Noir color palette featuring tickle me pink (#ff7092), carnation (#ff4d5e), grape (#3e1a47), affair (#8c4e97) and dune (#2d2b2a).
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 Pink and Noir palette
💻 Pink and Noir color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff4d5e;
}
.color-3 {
color: #3e1a47;
}
.color-4 {
color: #8c4e97;
}
.color-5 {
color: #2d2b2a;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff4d5e;
--color-3: #3e1a47;
--color-4: #8c4e97;
--color-5: #2d2b2a;
}
🌈 Pink and Noir background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff4d5e, #3e1a47, #8c4e97, #2d2b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff4d5e, #3e1a47, #8c4e97, #2d2b2a);
}
🔗 Explore similar color palettes
Pink and Noir color palette created on .