CSS code for this palette
/* CSS */
.brig {
color: #4aa0ba;
}
.skylar {
color: #6cc6c3;
}
.dead-99 {
color: #94e0a7;
}
.jemima {
color: #f2d57d;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--brig:#4aa0ba;
--skylar:#6cc6c3;
--dead-99:#94e0a7;
--jemima:#f2d57d;
--chat-orange:#f79c40;
}