Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.chromaphobic-black {
color: #292929;
}
.aztec-turquoise {
color: #05cfe6;
}
.peevish-red {
color: #ff296d;
}
.lime-acid {
color: #b2ff00;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--chromaphobic-black:#292929;
--aztec-turquoise:#05cfe6;
--peevish-red:#ff296d;
--lime-acid:#b2ff00;
}