Dark Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Pink palette
Dark Pink color palette CSS
/* CSS */
.color-1 {
color: #390e24;
}
.color-2 {
color: #5d1d3c;
}
.color-3 {
color: #882b52;
}
.color-4 {
color: #b6547e;
}
.color-5 {
color: #e07b9e;
}
/* CSS Variables */
:root {
--color-1: #390e24;
--color-2: #5d1d3c;
--color-3: #882b52;
--color-4: #b6547e;
--color-5: #e07b9e;
}
Dark Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390e24, #5d1d3c, #882b52, #b6547e, #e07b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390e24, #5d1d3c, #882b52, #b6547e, #e07b9e);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Dark Pink color palette created on .