Pink Swan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Swan palette
Pink Swan color palette CSS
/* CSS */
.color-1 {
color: #f7e6de;
}
.color-2 {
color: #f1c5c1;
}
.color-3 {
color: #eba8b2;
}
.color-4 {
color: #d7898c;
}
.color-5 {
color: #a86b76;
}
/* CSS Variables */
:root {
--color-1: #f7e6de;
--color-2: #f1c5c1;
--color-3: #eba8b2;
--color-4: #d7898c;
--color-5: #a86b76;
}
Pink Swan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6de, #f1c5c1, #eba8b2, #d7898c, #a86b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6de, #f1c5c1, #eba8b2, #d7898c, #a86b76);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Swan color palette created on .