CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.citrus-sachet {
color: #f1c6a7;
}
.parfait-pink {
color: #e2b1c6;
}
.beige {
color: #e6d7a8;
}
.gizmo {
color: #d6a4b9;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--citrus-sachet:#f1c6a7;
--parfait-pink:#e2b1c6;
--beige:#e6d7a8;
--gizmo:#d6a4b9;
}