Color names in this palette
CSS code for this palette
/* CSS */
.sugar-high {
color: #f1c6e8;
}
.saira-red {
color: #ff9ebd;
}
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.citrus-punch {
color: #ffeb85;
}
/* CSS Variables */
:root {
--sugar-high:#f1c6e8;
--saira-red:#ff9ebd;
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--citrus-punch:#ffeb85;
}