Pink Swan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Swan palette

Share this palette to:

Pink Swan color palette CSS

/* CSS */
.color-1 {
color: #f9d2e0;
}
.color-2 {
color: #f7a1b5;
}
.color-3 {
color: #f57a9f;
}
.color-4 {
color: #f25a8a;
}
.color-5 {
color: #e44e67;
}

/* CSS Variables */
:root {
--color-1: #f9d2e0;
--color-2: #f7a1b5;
--color-3: #f57a9f;
--color-4: #f25a8a;
--color-5: #e44e67;
}

Pink Swan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d2e0, #f7a1b5, #f57a9f, #f25a8a, #e44e67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d2e0, #f7a1b5, #f57a9f, #f25a8a, #e44e67);
}

Pink Swan color palette created on .