Color names in this palette
CSS code for this palette
/* CSS */
.amazon-river-dolphin {
color: #e3b0b9;
}
.in-the-pink {
color: #f4c3d2;
}
.sunset-pink {
color: #fbd5e2;
}
.rose-mallow {
color: #f4a4c7;
}
.fiesta-pink {
color: #d66b98;
}
/* CSS Variables */
:root {
--amazon-river-dolphin:#e3b0b9;
--in-the-pink:#f4c3d2;
--sunset-pink:#fbd5e2;
--rose-mallow:#f4a4c7;
--fiesta-pink:#d66b98;
}