Color names in this palette
CSS code for this palette
/* CSS */
.gold-thread {
color: #fce8b0;
}
.bastard-amber {
color: #fbc989;
}
.troll-slayer-orange {
color: #f8a34f;
}
.bitter-orange {
color: #d77c2d;
}
.island-monkey {
color: #a94c1e;
}
/* CSS Variables */
:root {
--gold-thread:#fce8b0;
--bastard-amber:#fbc989;
--troll-slayer-orange:#f8a34f;
--bitter-orange:#d77c2d;
--island-monkey:#a94c1e;
}