Color names in this palette
CSS code for this palette
/* CSS */
.pirate-treasure {
color: #dfcc6d;
}
.hep-green {
color: #c2af47;
}
.faint-green {
color: #a48e2d;
}
.boxwood-yellow {
color: #f1e5a2;
}
.straw {
color: #e5d76c;
}
/* CSS Variables */
:root {
--pirate-treasure:#dfcc6d;
--hep-green:#c2af47;
--faint-green:#a48e2d;
--boxwood-yellow:#f1e5a2;
--straw:#e5d76c;
}