Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg {
color: #7d4c3b;
}
.brick-yellow {
color: #d0a25d;
}
.rotunda-gold {
color: #f6e0c1;
}
.pond-s-edge {
color: #b7c8b7;
}
.bacchanalia-red {
color: #8c3b3b;
}
/* CSS Variables */
:root {
--nutmeg:#7d4c3b;
--brick-yellow:#d0a25d;
--rotunda-gold:#f6e0c1;
--pond-s-edge:#b7c8b7;
--bacchanalia-red:#8c3b3b;
}