Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.protein-high {
color: #ff8a66;
}
.middle-yellow {
color: #ffea00;
}
.python-yellow {
color: #ffd642;
}
.mindaro {
color: #dce773;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--protein-high:#ff8a66;
--middle-yellow:#ffea00;
--python-yellow:#ffd642;
--mindaro:#dce773;
}