CSS code for this palette
/* CSS */
.candy-cane {
color: #f8bfc3;
}
.soya {
color: #f9e2be;
}
.chiffon {
color: #f3f5b7;
}
.southern-belle {
color: #a6d8c1;
}
.atlas-cedar {
color: #5ba2a4;
}
/* CSS Variables */
:root {
--candy-cane:#f8bfc3;
--soya:#f9e2be;
--chiffon:#f3f5b7;
--southern-belle:#a6d8c1;
--atlas-cedar:#5ba2a4;
}