Color names in this palette
CSS code for this palette
/* CSS */
.sh-j-hi-red {
color: #d92c26;
}
.hot-coral {
color: #f75e50;
}
.koji-orange {
color: #f8b249;
}
.venetian-yellow {
color: #f7e1a1;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--sh-j-hi-red:#d92c26;
--hot-coral:#f75e50;
--koji-orange:#f8b249;
--venetian-yellow:#f7e1a1;
--sour-candy:#69af4b;
}