Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d74c2d;
}
.hubbard-squash {
color: #eabf8a;
}
.opaline-green {
color: #a1c67b;
}
.boat-house {
color: #4b8db9;
}
.green-grass {
color: #3a7e4d;
}
/* CSS Variables */
:root {
--spicy-orange:#d74c2d;
--hubbard-squash:#eabf8a;
--opaline-green:#a1c67b;
--boat-house:#4b8db9;
--green-grass:#3a7e4d;
}