Color names in this palette
CSS code for this palette
/* CSS */
.pinenut {
color: #f6d9b6;
}
.olden-amber {
color: #f1b66a;
}
.doughnut {
color: #f0a156;
}
.flint-corn-red {
color: #d9663f;
}
.chocolate-chili {
color: #a93e2d;
}
/* CSS Variables */
:root {
--pinenut:#f6d9b6;
--olden-amber:#f1b66a;
--doughnut:#f0a156;
--flint-corn-red:#d9663f;
--chocolate-chili:#a93e2d;
}