Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a0ba;
}
.sandy-bay {
color: #f9dab4;
}
.buttery-croissant {
color: #f6e49d;
}
.lolly-ice {
color: #a6d9d3;
}
.windjammer {
color: #69a2e8;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a0ba;
--sandy-bay:#f9dab4;
--buttery-croissant:#f6e49d;
--lolly-ice:#a6d9d3;
--windjammer:#69a2e8;
}