Color names in this palette
CSS code for this palette
/* CSS */
.dark-shamrock {
color: #3fcf8e;
}
.pastel-magenta {
color: #f39bc1;
}
.eerie-black {
color: #1c1c1c;
}
.white {
color: #ffffff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dark-shamrock:#3fcf8e;
--pastel-magenta:#f39bc1;
--eerie-black:#1c1c1c;
--white:#ffffff;
--grapefruit-pulp:#ff6e61;
}