CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.bath-water {
color: #8ae8f4;
}
.ganon-blue {
color: #9fe4f9;
}
.bay {
color: #b1e2d2;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--bath-water:#8ae8f4;
--ganon-blue:#9fe4f9;
--bay:#b1e2d2;
--marigold-dust:#f4cf3e;
}