Pink Duo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Duo palette

Share this palette to:

Pink Duo color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e6899a;
}
.color-4 {
color: #d86f8b;
}
.color-5 {
color: #c7709a;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f1a8a2;
--color-3: #e6899a;
--color-4: #d86f8b;
--color-5: #c7709a;
}

Pink Duo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f1a8a2, #e6899a, #d86f8b, #c7709a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f1a8a2, #e6899a, #d86f8b, #c7709a);
}

Pink Duo color palette created on .