Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f0a3c3;
}
.emberglow {
color: #e9675d;
}
.marigold-dust {
color: #f4cf3e;
}
.glenwood-green {
color: #a4d6b9;
}
.exotic-purple {
color: #6b4f7d;
}
/* CSS Variables */
:root {
--prism-pink:#f0a3c3;
--emberglow:#e9675d;
--marigold-dust:#f4cf3e;
--glenwood-green:#a4d6b9;
--exotic-purple:#6b4f7d;
}