Color names in this palette
CSS code for this palette
/* CSS */
.troll-slayer-orange {
color: #f6a64c;
}
.usubeni-red {
color: #f66a6a;
}
.sun-dust {
color: #f6e1a2;
}
.last-of-lettuce {
color: #a5d96d;
}
.great-fennel-flower {
color: #709d9e;
}
/* CSS Variables */
:root {
--troll-slayer-orange:#f6a64c;
--usubeni-red:#f66a6a;
--sun-dust:#f6e1a2;
--last-of-lettuce:#a5d96d;
--great-fennel-flower:#709d9e;
}