Color names in this palette
CSS code for this palette
/* CSS */
.troll-slayer-orange {
color: #f6a14c;
}
.fever-dream {
color: #e05c77;
}
.meadow-mauve {
color: #a95b93;
}
.blue-heaven {
color: #5b7f9a;
}
.carol {
color: #2b8dab;
}
/* CSS Variables */
:root {
--troll-slayer-orange:#f6a14c;
--fever-dream:#e05c77;
--meadow-mauve:#a95b93;
--blue-heaven:#5b7f9a;
--carol:#2b8dab;
}