Color names in this palette
CSS code for this palette
/* CSS */
.brick-brown {
color: #7a5d3e;
}
.hay-yellow {
color: #c3a86f;
}
.cymophane-yellow {
color: #f1e5a7;
}
.golden-hour {
color: #f2b75a;
}
.fireglow {
color: #d55d3f;
}
/* CSS Variables */
:root {
--brick-brown:#7a5d3e;
--hay-yellow:#c3a86f;
--cymophane-yellow:#f1e5a7;
--golden-hour:#f2b75a;
--fireglow:#d55d3f;
}