Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.coral-gold {
color: #d56b4d;
}
.orange-liqueur {
color: #ebaa7f;
}
.yellow-tulip {
color: #f4d06c;
}
.venetian-yellow {
color: #f3e4a0;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--coral-gold:#d56b4d;
--orange-liqueur:#ebaa7f;
--yellow-tulip:#f4d06c;
--venetian-yellow:#f3e4a0;
}