Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.entan-red {
color: #ef6b4d;
}
.mystic-tulip {
color: #f7b7a1;
}
.afterglow {
color: #f2e2c4;
}
.toadstool-dot {
color: #d6e6d9;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--entan-red:#ef6b4d;
--mystic-tulip:#f7b7a1;
--afterglow:#f2e2c4;
--toadstool-dot:#d6e6d9;
}