Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.reed-mace {
color: #d05b3e;
}
.jaffa {
color: #e17b4c;
}
.goldsmith {
color: #f0b14c;
}
.forsythia-blossom {
color: #f8d86d;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--reed-mace:#d05b3e;
--jaffa:#e17b4c;
--goldsmith:#f0b14c;
--forsythia-blossom:#f8d86d;
}