CSS code for this palette
/* CSS */
.rose-fog {
color: #e8bdb5;
}
.blushing {
color: #efd1c3;
}
.frolic {
color: #f8e6e2;
}
.gizmo {
color: #d8a2b4;
}
.greyish-pink {
color: #c68b8e;
}
/* CSS Variables */
:root {
--rose-fog:#e8bdb5;
--blushing:#efd1c3;
--frolic:#f8e6e2;
--gizmo:#d8a2b4;
--greyish-pink:#c68b8e;
}