aftonsteps / colordew

A color palette package for R based on Stardew Valley
4 stars 0 forks source link

Winter palette #3

Closed aftonsteps closed 3 years ago

aftonsteps commented 3 years ago

It would be nice to have a winter-themed palette. Ideally this palette would showcase the colors of winter scenery.

jacquietran commented 3 years ago

Here's a suggestion for a Stardew-y winter palette! I haven't checked it yet using the colorblindr package but will do that now...

winter <- c("#29385b", "#296b97", "#2c9ca7", "#81c9fc", "#b6dcf3", "#c8f5ff",
            "#eabca7", "#ae7d76")
plot(prismatic::color(winter))

winter_suggestion