Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.jemima {
color: #f6d47e;
}
.orange-pospsicle {
color: #f2a60d;
}
.leafy {
color: #6a9c68;
}
.orangeville {
color: #e86e5e;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--jemima:#f6d47e;
--orange-pospsicle:#f2a60d;
--leafy:#6a9c68;
--orangeville:#e86e5e;
}