Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f7b6c4;
}
.allspice {
color: #f9c9a9;
}
.wickerware {
color: #fce3b0;
}
.buttery-croissant {
color: #f5e19e;
}
.green-glacier {
color: #e9efc3;
}
/* CSS Variables */
:root {
--love-spell:#f7b6c4;
--allspice:#f9c9a9;
--wickerware:#fce3b0;
--buttery-croissant:#f5e19e;
--green-glacier:#e9efc3;
}