Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.orange-marmalade {
color: #fbac74;
}
.golden-glow {
color: #f8d57c;
}
.appetite {
color: #b3e7a7;
}
.chlorite {
color: #5b8f80;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--orange-marmalade:#fbac74;
--golden-glow:#f8d57c;
--appetite:#b3e7a7;
--chlorite:#5b8f80;
}