Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d8792c;
}
.goldie {
color: #c69b3f;
}
.delaunay-green {
color: #a8b84c;
}
.moss-landing {
color: #6c7d3b;
}
.trefoil {
color: #3d5926;
}
/* CSS Variables */
:root {
--bitter-orange:#d8792c;
--goldie:#c69b3f;
--delaunay-green:#a8b84c;
--moss-landing:#6c7d3b;
--trefoil:#3d5926;
}