Color names in this palette
CSS code for this palette
/* CSS */
.light-cameo-blue {
color: #c7d5e0;
}
.eerie-glow {
color: #a7d7b8;
}
.troll-slayer-orange {
color: #f7a64b;
}
.sweet-mandarin {
color: #d65d38;
}
.purple-pleasures {
color: #7d4c9a;
}
/* CSS Variables */
:root {
--light-cameo-blue:#c7d5e0;
--eerie-glow:#a7d7b8;
--troll-slayer-orange:#f7a64b;
--sweet-mandarin:#d65d38;
--purple-pleasures:#7d4c9a;
}