Color names in this palette
CSS code for this palette
/* CSS */
.orpiment-yellow {
color: #fbc998;
}
.ginger-milk {
color: #f6a85a;
}
.sea-nettle {
color: #f37739;
}
.obstinate-orange {
color: #d75a2d;
}
.potter-s-clay {
color: #a7492a;
}
/* CSS Variables */
:root {
--orpiment-yellow:#fbc998;
--ginger-milk:#f6a85a;
--sea-nettle:#f37739;
--obstinate-orange:#d75a2d;
--potter-s-clay:#a7492a;
}