Pink Seductress Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Seductress palette

Share this palette to:

Pink Seductress color palette CSS

/* CSS */
.color-1 {
color: #c34b8d;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #f2d7ca;
}
.color-4 {
color: #d8b86e;
}
.color-5 {
color: #a14b3a;
}

/* CSS Variables */
:root {
--color-1: #c34b8d;
--color-2: #f2a1b6;
--color-3: #f2d7ca;
--color-4: #d8b86e;
--color-5: #a14b3a;
}

Pink Seductress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34b8d, #f2a1b6, #f2d7ca, #d8b86e, #a14b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34b8d, #f2a1b6, #f2d7ca, #d8b86e, #a14b3a);
}

Pink Seductress color palette created on .