Color names in this palette
CSS code for this palette
/* CSS */
.warm-woolen {
color: #d2b65b;
}
.greedy-gold {
color: #c2c93b;
}
.green-acres {
color: #4f9c49;
}
.haddock-s-sweater {
color: #2a7cbb;
}
.dusty-orange {
color: #e17051;
}
/* CSS Variables */
:root {
--warm-woolen:#d2b65b;
--greedy-gold:#c2c93b;
--green-acres:#4f9c49;
--haddock-s-sweater:#2a7cbb;
--dusty-orange:#e17051;
}