Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4b70a0;
}
.winter-lake {
color: #698c9b;
}
.green-masquerade {
color: #8fbc8a;
}
.straw-basket {
color: #d8c79d;
}
.troll-slayer-orange {
color: #f1a14b;
}
/* CSS Variables */
:root {
--great-serpent:#4b70a0;
--winter-lake:#698c9b;
--green-masquerade:#8fbc8a;
--straw-basket:#d8c79d;
--troll-slayer-orange:#f1a14b;
}