CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.heritage-blue {
color: #5093b9;
}
.water-nymph {
color: #82d1e3;
}
.icterine {
color: #f5f75e;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--heritage-blue:#5093b9;
--water-nymph:#82d1e3;
--icterine:#f5f75e;
--pompelmo:#ff6b6b;
}