Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.conch-shell {
color: #fc8d9a;
}
.highlighter-red {
color: #e2505c;
}
.minted-blueberry-lemonade {
color: #b52152;
}
.druchii-violet {
color: #7f2a92;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--conch-shell:#fc8d9a;
--highlighter-red:#e2505c;
--minted-blueberry-lemonade:#b52152;
--druchii-violet:#7f2a92;
}