Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shades palette

Share this palette to:

Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #7d3181;
}
.color-2 {
color: #a85d9f;
}
.color-3 {
color: #d68fbb;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f7a1c1;
}

/* CSS Variables */
:root {
--color-1: #7d3181;
--color-2: #a85d9f;
--color-3: #d68fbb;
--color-4: #f1c6e7;
--color-5: #f7a1c1;
}

Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3181, #a85d9f, #d68fbb, #f1c6e7, #f7a1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3181, #a85d9f, #d68fbb, #f1c6e7, #f7a1c1);
}

Pink Shades color palette created on .