Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d1c2e0;
}
.love-spell {
color: #f6b6c3;
}
.fireflies {
color: #f7d7a6;
}
.pumpkin-mousse {
color: #f1c2a7;
}
.young-bamboo {
color: #69bf8e;
}
/* CSS Variables */
:root {
--fresh-heather:#d1c2e0;
--love-spell:#f6b6c3;
--fireflies:#f7d7a6;
--pumpkin-mousse:#f1c2a7;
--young-bamboo:#69bf8e;
}