Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f6a2b8;
}
.crunch {
color: #f3b75e;
}
.buttery-croissant {
color: #f6e19d;
}
.sinbad {
color: #a5d5d0;
}
.bodega-bay {
color: #5d85c0;
}
/* CSS Variables */
:root {
--pink-chalk:#f6a2b8;
--crunch:#f3b75e;
--buttery-croissant:#f6e19d;
--sinbad:#a5d5d0;
--bodega-bay:#5d85c0;
}