Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f0e13d;
}
.full-yellow {
color: #f9bf53;
}
.orange-you-happy {
color: #f97e1f;
}
.mandarin-red {
color: #e54f3e;
}
.raspberry-jam {
color: #c43b69;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f0e13d;
--full-yellow:#f9bf53;
--orange-you-happy:#f97e1f;
--mandarin-red:#e54f3e;
--raspberry-jam:#c43b69;
}