Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7d4c3b;
}
.beef-hotpot {
color: #a85f2e;
}
.rapakivi-granite {
color: #cf853a;
}
.hawker-s-gold {
color: #f3c26d;
}
.light-corn-yellow {
color: #e2c3a1;
}
/* CSS Variables */
:root {
--nutmeg:#7d4c3b;
--beef-hotpot:#a85f2e;
--rapakivi-granite:#cf853a;
--hawker-s-gold:#f3c26d;
--light-corn-yellow:#e2c3a1;
}