Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.saira-red {
color: #ff9eb3;
}
.lavender-candy {
color: #ffb3d6;
}
.shampoo {
color: #ffccf2;
}
.lavender-soap {
color: #f1c1e6;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--saira-red:#ff9eb3;
--lavender-candy:#ffb3d6;
--shampoo:#ffccf2;
--lavender-soap:#f1c1e6;
}