Black and Pink Peppercorn Color Palette
Discover the beautiful Black and Pink Peppercorn color palette featuring bazaar (#988183), can can (#d9a0a9), pig pink (#fdd8e0), we peep (#f9e7ea) and copper rose (#a06e71).
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 Black and Pink Peppercorn palette
💻 Black and Pink Peppercorn color palette CSS
/* CSS */
.color-1 {
color: #988183;
}
.color-2 {
color: #d9a0a9;
}
.color-3 {
color: #fdd8e0;
}
.color-4 {
color: #f9e7ea;
}
.color-5 {
color: #a06e71;
}
/* CSS Variables */
:root {
--color-1: #988183;
--color-2: #d9a0a9;
--color-3: #fdd8e0;
--color-4: #f9e7ea;
--color-5: #a06e71;
} 🌈 Black and Pink Peppercorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #988183, #d9a0a9, #fdd8e0, #f9e7ea, #a06e71);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #988183, #d9a0a9, #fdd8e0, #f9e7ea, #a06e71);
} 🔗 Explore similar color palettes
Black and Pink Peppercorn color palette created on .