Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.biopunk {
color: #69ff5c;
}
.icy-life {
color: #5cffe4;
}
.blue-chaos {
color: #5c9aff;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--peanut-butter-chicken:#ffb65c;
--biopunk:#69ff5c;
--icy-life:#5cffe4;
--blue-chaos:#5c9aff;
}