Color names in this palette
CSS code for this palette
/* CSS */
.red-birch {
color: #992c24;
}
.fire-island {
color: #d94e36;
}
.acorn-squash {
color: #f0a53d;
}
.golden-rays {
color: #f3d972;
}
.icy-lemonade {
color: #f6e7b1;
}
/* CSS Variables */
:root {
--red-birch:#992c24;
--fire-island:#d94e36;
--acorn-squash:#f0a53d;
--golden-rays:#f3d972;
--icy-lemonade:#f6e7b1;
}