Color names in this palette
CSS code for this palette
/* CSS */
.strike-it-rich {
color: #d9b45e;
}
.young-leaf {
color: #b5c76b;
}
.bavarian-green {
color: #6f9a51;
}
.privet-hedge {
color: #5c8a7d;
}
.big-dipper {
color: #3f494b;
}
/* CSS Variables */
:root {
--strike-it-rich:#d9b45e;
--young-leaf:#b5c76b;
--bavarian-green:#6f9a51;
--privet-hedge:#5c8a7d;
--big-dipper:#3f494b;
}