CSS code for this palette
/* CSS */
.neon-green {
color: #38ff14;
}
.blue-atoll {
color: #00b4e6;
}
.coquelicot {
color: #ff3c00;
}
.ucla-gold {
color: #ffb300;
}
.sorx-red {
color: #f50056;
}
/* CSS Variables */
:root {
--neon-green:#38ff14;
--blue-atoll:#00b4e6;
--coquelicot:#ff3c00;
--ucla-gold:#ffb300;
--sorx-red:#f50056;
}