Color names in this palette
CSS code for this palette
/* CSS */
.neon-green {
color: #38ff14;
}
.capri {
color: #00bfff;
}
.reliquial-rose {
color: #ff1f80;
}
.hollandaise {
color: #ffec42;
}
.aerospace-orange {
color: #ff5100;
}
/* CSS Variables */
:root {
--neon-green:#38ff14;
--capri:#00bfff;
--reliquial-rose:#ff1f80;
--hollandaise:#ffec42;
--aerospace-orange:#ff5100;
}