Color names in this palette
CSS code for this palette
/* CSS */
.chickery-chick {
color: #ffea8f;
}
.orange-chalk {
color: #fbd58e;
}
.orpiment-yellow {
color: #f9c89a;
}
.calabrese {
color: #f5a3a6;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--chickery-chick:#ffea8f;
--orange-chalk:#fbd58e;
--orpiment-yellow:#f9c89a;
--calabrese:#f5a3a6;
--salmon-pok-bowl:#f27c78;
}