CSS code for this palette
/* CSS */
.planetarium {
color: #1b6dac;
}
.brig {
color: #4ba1c3;
}
.ocean-cruise {
color: #9fd4df;
}
.granola {
color: #f5cf9e;
}
.chat-orange {
color: #f79f3b;
}
/* CSS Variables */
:root {
--planetarium:#1b6dac;
--brig:#4ba1c3;
--ocean-cruise:#9fd4df;
--granola:#f5cf9e;
--chat-orange:#f79f3b;
}