Pink and Noir Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Noir palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink and Noir Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 20+ Pink color palettes
Pink and Noir color palette created on .