Color names in this palette
CSS code for this palette
/* CSS */
.candytuft {
color: #eec9d9;
}
.elastic-pink {
color: #eba8c8;
}
.rose-glory {
color: #e788a2;
}
.feverish {
color: #e0617b;
}
.match-head {
color: #d43558;
}
/* CSS Variables */
:root {
--candytuft:#eec9d9;
--elastic-pink:#eba8c8;
--rose-glory:#e788a2;
--feverish:#e0617b;
--match-head:#d43558;
}