Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.coral-gold {
color: #d56b4d;
}
.orange-clay {
color: #e8a87d;
}
.bachimitsu-gold {
color: #fcdfa6;
}
.american-yellow {
color: #f0b400;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--coral-gold:#d56b4d;
--orange-clay:#e8a87d;
--bachimitsu-gold:#fcdfa6;
--american-yellow:#f0b400;
}