Color names in this palette
CSS code for this palette
/* CSS */
.seraphim-sepia {
color: #d67f4c;
}
.troll-slayer-orange {
color: #f1a350;
}
.polenta {
color: #f1c17e;
}
.green-trance {
color: #a4dfa4;
}
.vizcaya {
color: #7c9c9a;
}
/* CSS Variables */
:root {
--seraphim-sepia:#d67f4c;
--troll-slayer-orange:#f1a350;
--polenta:#f1c17e;
--green-trance:#a4dfa4;
--vizcaya:#7c9c9a;
}