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: #4c2f3e;
}
.color-2 {
color: #7b5b6e;
}
.color-3 {
color: #a58d8f;
}
.color-4 {
color: #d8b6c1;
}
.color-5 {
color: #f5d1d7;
}
/* CSS Variables */
:root {
--color-1: #4c2f3e;
--color-2: #7b5b6e;
--color-3: #a58d8f;
--color-4: #d8b6c1;
--color-5: #f5d1d7;
}
Dark Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f3e, #7b5b6e, #a58d8f, #d8b6c1, #f5d1d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f3e, #7b5b6e, #a58d8f, #d8b6c1, #f5d1d7);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Dark Pink color palette created on .