CSS code for this palette
/* CSS */
.pompelmo {
color: #ff6b6b;
}
.nacho {
color: #ffcb5c;
}
.yellow-bellied {
color: #ffee33;
}
.may-day {
color: #4ccdc4;
}
.ocean-liner {
color: #1a8e8e;
}
/* CSS Variables */
:root {
--pompelmo:#ff6b6b;
--nacho:#ffcb5c;
--yellow-bellied:#ffee33;
--may-day:#4ccdc4;
--ocean-liner:#1a8e8e;
}