Color names in this palette
CSS code for this palette
/* CSS */
.orpiment-yellow {
color: #fbc998;
}
.baltic-amber {
color: #f9b780;
}
.burning-coals {
color: #f69e6f;
}
.barbarian {
color: #f38958;
}
.bloodletter {
color: #e8734f;
}
/* CSS Variables */
:root {
--orpiment-yellow:#fbc998;
--baltic-amber:#f9b780;
--burning-coals:#f69e6f;
--barbarian:#f38958;
--bloodletter:#e8734f;
}