Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #54b0b0;
}
.eerie-glow {
color: #a9d6bb;
}
.marigold-dust {
color: #f4cf3e;
}
.porcelain-rose {
color: #e76a6a;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--crystalsong-blue:#54b0b0;
--eerie-glow:#a9d6bb;
--marigold-dust:#f4cf3e;
--porcelain-rose:#e76a6a;
--dodgeroll-gold:#f39c12;
}