Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff9999;
}
.peach-orange {
color: #ffcc99;
}
.sunburst-yellow {
color: #ffff99;
}
.celery-mousse {
color: #ccff99;
}
.bright-mint {
color: #99ff99;
}
/* CSS Variables */
:root {
--rubber-radish:#ff9999;
--peach-orange:#ffcc99;
--sunburst-yellow:#ffff99;
--celery-mousse:#ccff99;
--bright-mint:#99ff99;
}