CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f4f6;
}
.husky {
color: #e0e8ff;
}
.pastel-blue {
color: #a6b5fc;
}
.bi-blue {
color: #61a6fa;
}
.pop-that-gum {
color: #f471b5;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f4f6;
--husky:#e0e8ff;
--pastel-blue:#a6b5fc;
--bi-blue:#61a6fa;
--pop-that-gum:#f471b5;
}