Color names in this palette
CSS code for this palette
/* CSS */
.pale-marigold {
color: #ffbd42;
}
.au-gratin {
color: #ffa047;
}
.orange-pink {
color: #ff6f52;
}
.watermelon {
color: #ff4d58;
}
.chinese-new-year {
color: #ff2e66;
}
/* CSS Variables */
:root {
--pale-marigold:#ffbd42;
--au-gratin:#ffa047;
--orange-pink:#ff6f52;
--watermelon:#ff4d58;
--chinese-new-year:#ff2e66;
}