Dark Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Pink palette

Share this palette to:

Download Dark Pink Color Palette (PNG)

Download dark pink color palette PNG image (landscape)
Download dark pink color palette PNG image (square)

Dark Pink color palette CSS

/* CSS */
.color-1 {
color: #5d3d6b;
}
.color-2 {
color: #9f5b81;
}
.color-3 {
color: #d68f93;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #f6e2d5;
}

/* CSS Variables */
:root {
--color-1: #5d3d6b;
--color-2: #9f5b81;
--color-3: #d68f93;
--color-4: #f4c3d6;
--color-5: #f6e2d5;
}

Dark Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3d6b, #9f5b81, #d68f93, #f4c3d6, #f6e2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3d6b, #9f5b81, #d68f93, #f4c3d6, #f6e2d5);
}

Dark Pink color palette created on .