Color names in this palette
CSS code for this palette
/* CSS */
.arcane-red {
color: #682c30;
}
.mexican-red {
color: #9c3a3a;
}
.autumn-fire {
color: #c14e4e;
}
.apricotta {
color: #d8a68d;
}
.peach-temptation {
color: #f2c7b1;
}
/* CSS Variables */
:root {
--arcane-red:#682c30;
--mexican-red:#9c3a3a;
--autumn-fire:#c14e4e;
--apricotta:#d8a68d;
--peach-temptation:#f2c7b1;
}