Color names in this palette
CSS code for this palette
/* CSS */
.erythrosine {
color: #ff75b3;
}
.ganon-blue {
color: #a1dff7;
}
.sugar-chic {
color: #ffccff;
}
.frozen-landscape {
color: #b3e2ff;
}
.saira-red {
color: #ff9ebd;
}
/* CSS Variables */
:root {
--erythrosine:#ff75b3;
--ganon-blue:#a1dff7;
--sugar-chic:#ffccff;
--frozen-landscape:#b3e2ff;
--saira-red:#ff9ebd;
}