Current Colour Palette
The initial inspiration for the colour palette (as of 20th Dec 2024) is from a Mastodon bot account called random color contrasts. (This will likely have died by the time you read this because the botsin.space instance is closing down.)
From that, I used the colorkit.co Color Palette Generator to add 3 more colour options.
The values for the colours are
/* List */
3fa8c4, 412922, a84696, 99757e, 80995d
#3fa8c4, #412922, #a84696, #99757e, #80995d
0x3fa8c4, 0x412922, 0xa84696, 0x99757e, 0x80995d
/* Comma Separated */
3fa8c4,412922,a84696,99757e,80995d
#3fa8c4,#412922,#a84696,#99757e,#80995d
0x3fa8c4,0x412922,0xa84696,0x99757e,0x80995d
/* Array */
["3fa8c4","412922","a84696","99757e","80995d"]
["#3fa8c4","#412922","#a84696","#99757e","#80995d"]
["0x3fa8c4","0x412922","0xa84696","0x99757e","0x80995d"]