Color names in this palette
CSS code for this palette
/* CSS */
.chef-s-hat {
color: #f3f4f7;
}
.crystal-river {
color: #b1e7f1;
}
.mint-majesty {
color: #80d6bf;
}
.dilly-dally {
color: #f6df60;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--chef-s-hat:#f3f4f7;
--crystal-river:#b1e7f1;
--mint-majesty:#80d6bf;
--dilly-dally:#f6df60;
--honey-wax:#f9a824;
}