Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.coral-gold {
color: #d06e4e;
}
.ninjin-orange {
color: #e5a66c;
}
.sienna-yellow {
color: #f2d28c;
}
.xanthous {
color: #f2b831;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--coral-gold:#d06e4e;
--ninjin-orange:#e5a66c;
--sienna-yellow:#f2d28c;
--xanthous:#f2b831;
}