Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.pink-scallop {
color: #f2e1d4;
}
.first-date {
color: #f4b69f;
}
.carmine-rose {
color: #e65b8e;
}
.hyacinth-violet {
color: #a24e94;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--pink-scallop:#f2e1d4;
--first-date:#f4b69f;
--carmine-rose:#e65b8e;
--hyacinth-violet:#a24e94;
}