Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.etruscan-red {
color: #c92c3c;
}
.childhood-crush {
color: #e16b6b;
}
.brain-pink {
color: #f5b2b2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--etruscan-red:#c92c3c;
--childhood-crush:#e16b6b;
--brain-pink:#f5b2b2;
--white:#ffffff;
}