Skip to content

Commit

Permalink
Update FunColor.cs (#9)
Browse files Browse the repository at this point in the history
Added Beyoncé Gold and Beyhive yellow
  • Loading branch information
LadyNaggaga authored Jan 26, 2025
1 parent a484c6e commit b1162b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FunColor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@ public static class FunColor

// shrek
public static Color ShrekGreen => Color.FromUint(0xFF009B00);

// Beyoncé Gold
public static Color BeyonceGold=> Color.FromUint(0xBF8C4E);
public static Color BeyHiveYellow=> Color.FromUint(0xF2C230);

}

0 comments on commit b1162b6

Please sign in to comment.