Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.pumpkin-mousse {
color: #f4c3a9;
}
.golden-hour {
color: #f2b75a;
}
.lively-coral {
color: #e6797d;
}
.heather-violet {
color: #b57d99;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--pumpkin-mousse:#f4c3a9;
--golden-hour:#f2b75a;
--lively-coral:#e6797d;
--heather-violet:#b57d99;
}