Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.milky-maize {
color: #f8d8a0;
}
.iced-celery {
color: #e1e8b5;
}
.southern-belle {
color: #a5d9c4;
}
.shylock {
color: #5bb9a7;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--milky-maize:#f8d8a0;
--iced-celery:#e1e8b5;
--southern-belle:#a5d9c4;
--shylock:#5bb9a7;
}