Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f6c2b6;
}
.roseberry {
color: #f3a5a0;
}
.salmon-pok-bowl {
color: #f17b79;
}
.highlighter-red {
color: #eb4c59;
}
.mars-red {
color: #c92c37;
}
/* CSS Variables */
:root {
--apricot-obsession:#f6c2b6;
--roseberry:#f3a5a0;
--salmon-pok-bowl:#f17b79;
--highlighter-red:#eb4c59;
--mars-red:#c92c37;
}