Color names in this palette
CSS code for this palette
/* CSS */
.sh-j-hi-red {
color: #d92c26;
}
.benihi-red {
color: #f05038;
}
.bergamot-orange {
color: #f6a05a;
}
.yellow-tulip {
color: #f6d16a;
}
.opaline-green {
color: #a7c57c;
}
/* CSS Variables */
:root {
--sh-j-hi-red:#d92c26;
--benihi-red:#f05038;
--bergamot-orange:#f6a05a;
--yellow-tulip:#f6d16a;
--opaline-green:#a7c57c;
}