Color names in this palette
CSS code for this palette
/* CSS */
.retributor-armour-metal {
color: #c79d7f;
}
.sunwashed-brick {
color: #e2c1b1;
}
.hearts-of-palm {
color: #cec28d;
}
.grill-master {
color: #833a2f;
}
.chestnut-rose {
color: #d15254;
}
/* CSS Variables */
:root {
--retributor-armour-metal:#c79d7f;
--sunwashed-brick:#e2c1b1;
--hearts-of-palm:#cec28d;
--grill-master:#833a2f;
--chestnut-rose:#d15254;
}