Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.boredom-buster {
color: #ff8e52;
}
.cheese {
color: #ffa600;
}
.marigold {
color: #ffc105;
}
.yriel-yellow {
color: #ffdb57;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--boredom-buster:#ff8e52;
--cheese:#ffa600;
--marigold:#ffc105;
--yriel-yellow:#ffdb57;
}