Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.tory-red {
color: #d66c5c;
}
.middle-yellow-red {
color: #ebae75;
}
.sandy {
color: #f2d978;
}
.majestic-treasures {
color: #f2e9a1;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--tory-red:#d66c5c;
--middle-yellow-red:#ebae75;
--sandy:#f2d978;
--majestic-treasures:#f2e9a1;
}