Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-kiss {
color: #c76b9b;
}
.fallen-blossoms {
color: #efb3c5;
}
.blackbird-s-egg {
color: #fbe6e4;
}
.marigold-dust {
color: #f4cf3e;
}
.eerie-glow {
color: #a8d6b9;
}
/* CSS Variables */
:root {
--fuchsia-kiss:#c76b9b;
--fallen-blossoms:#efb3c5;
--blackbird-s-egg:#fbe6e4;
--marigold-dust:#f4cf3e;
--eerie-glow:#a8d6b9;
}