Color names in this palette
CSS code for this palette
/* CSS */
.troll-slayer-orange {
color: #f2a14a;
}
.oriole-yellow {
color: #f6d579;
}
.storm-lightning {
color: #f9e89f;
}
.nevada-sky {
color: #a1d7e8;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--troll-slayer-orange:#f2a14a;
--oriole-yellow:#f6d579;
--storm-lightning:#f9e89f;
--nevada-sky:#a1d7e8;
--winter-shadow:#4f6c78;
}