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: #e3b0c4;
}
.color-2 {
color: #f1d5d6;
}
.color-3 {
color: #f7e5b1;
}
.color-4 {
color: #d3e6b2;
}
.color-5 {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--color-1: #e3b0c4;
--color-2: #f1d5d6;
--color-3: #f7e5b1;
--color-4: #d3e6b2;
--color-5: #b1e0e7;
}
Pink Swan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0c4, #f1d5d6, #f7e5b1, #d3e6b2, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0c4, #f1d5d6, #f7e5b1, #d3e6b2, #b1e0e7);
}
Similar color palettes
Pink Swan color palette created on .