Three posts in a day? What is this madness?
I just realized that the following codes aren't in the guide and I would absolutely 100% love every single palette on WP if they have these lines added:
.tab button.active { background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px; }
.tab button {
background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px;}
.tertiary button:hover {
background-color:#HEX; font-family:FONT; color: #HEX; border: 0px solid #000; }
.tertiary button.active:hover {
background-color: #HEX !important; font-family: FONT; color: #HEX;
border: 0px solid #000;
}
Visual

green -> .tab button & .tertiary
light green -> .tertiary button:hover & .tertiary button.active:hover
bright yellow -> .tab button.active
*.tab button { background-color:#HEX; font-family:FONT; color: #HEX; padding:8px 12px;} is in the guide! But it needs to have the other codes with it so you don't get the super light yellow color that completely clashes with your gorgeous palettes.