Color names in this palette
CSS code for this palette
/* CSS */
.pink-katydid {
color: #ff5ca8;
}
.pieces-of-eight {
color: #ffb13d;
}
.flickery-c64 {
color: #5c7aff;
}
.hanuman-green {
color: #4dffb2;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--pink-katydid:#ff5ca8;
--pieces-of-eight:#ffb13d;
--flickery-c64:#5c7aff;
--hanuman-green:#4dffb2;
--blood-burst:#ff4d4d;
}