Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.crunch {
color: #f2b75f;
}
.porcelain-rose {
color: #e86969;
}
.heath-spotted-orchid {
color: #a35c9a;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--enjoyable-yellow:#f6d5a7;
--crunch:#f2b75f;
--porcelain-rose:#e86969;
--heath-spotted-orchid:#a35c9a;
}