Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.jemima {
color: #f6d47e;
}
.pineapple-delight {
color: #f3eaaa;
}
.ibis {
color: #f1b1c1;
}
.little-bow-pink {
color: #d68098;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--jemima:#f6d47e;
--pineapple-delight:#f3eaaa;
--ibis:#f1b1c1;
--little-bow-pink:#d68098;
}