Color names in this palette
CSS code for this palette
/* CSS */
.reed-mace {
color: #d05b3e;
}
.cozy-nook {
color: #fba865;
}
.cactus-blooms {
color: #f7c69c;
}
.springtime {
color: #e7e2b1;
}
.green-silk {
color: #a1c4b1;
}
/* CSS Variables */
:root {
--reed-mace:#d05b3e;
--cozy-nook:#fba865;
--cactus-blooms:#f7c69c;
--springtime:#e7e2b1;
--green-silk:#a1c4b1;
}