softloud / supermetroid

https://softloud.github.io/supermetroid/
Other
0 stars 1 forks source link

all-important Super Metroid themed palette #16

Open softloud opened 1 year ago

softloud commented 1 year ago

Try out a palette based on this conversation.

softloud commented 1 year ago

@johnmackintosh, am interested in your thoughts on colour hierarchy.

softloud commented 1 year ago

The infamous colour dataset that broke everything :sob: .

johnmackintosh commented 1 year ago

first attempt at a palette - if you like it I can do some more

              "#dca349", # Earth yellow
              "#ea4683", # French rose
              "#cd1a4b", # Rose red
              "#b43f5d",# Raspberry Rose
              "#6e4780",# Eminence
              "#49246a",# Tekhelet
              "#415aa7", #YInMn Blue
              "#0733d1",# ? blue
              "#000078", # Navy Blue)
johnmackintosh commented 1 year ago

palette-metroid

The same colours, just not in the right order. And with an extra one. But apart from that, identical

johnmackintosh commented 1 year ago

https://fosstodon.org/@Danwwilson/110607231906572270

Need to test it out for those with perception difficulties

softloud commented 1 year ago

Firstly. I think that blue is the blue I need! Thank you :)

Secondly. wait a sec on blue palette. I'm coming back around to the monochrome with animation blue.

Because it's also a homage to a copresenter, which is cute. The monochrome theme is consistent with Destiny's loading screens. And the speedrunner who I'm presenting with worked on Destiny. His favourite colour is blue, and he loves Carl Sagan and The Pale Blue Dot. So, I'm thinking monochrome with blue highlight. Then each plot can have the caption "anatomecha is The Pale Blue Dot".

Finally; I could really do with your help debugging the rain cloud... I'll ping you in a new issue.

johnmackintosh commented 7 months ago

library(ggplot2)
library(monochromeR)
library(purrr)
ncolours <- 8

superpal <- c("#c0ba8a",  #1 Sage
              "#dca349",  #2 Earth yellow
              "#ea4683",  #3 French rose
              "#cd1a4b",  #4 Rose red
              "#b43f5d",  #5 Raspberry Rose
              "#6e4780",  #6 Eminence
              "#49246a",  #7 Tekhelet
              "#415aa7",  #8 YInMn Blue
              "#0733d1",  #9 ? blue
              "#000078")  #10 Navy Blue)

palettes <- purrr::map(superpal, ~ generate_palette(.x,
                                        modification = "go_both_ways",
                                        n_colours = ncolours,
                                        view_palette =  TRUE,
                                        view_labels = TRUE))

sages <- c("#F2F1E7", "#E5E3D0", "#D9D5B8", "#CCC7A1",
           "#C0BA8A", "#99946E", "#736F52", "#4C4A37")

earths <- c("#F8ECDA", "#F1DAB6", "#EAC791", "#E3B56D",
            "#DCA349", "#B0823A", "#84612B", "#57411D")

roses <- c("#FADAE6", "#F6B5CD", "#F290B4", "#EE6A9B",
           "#EA4683", "#BB3868", "#8C2A4E", "#5D1B34")

reds <- c("#F5D1DB", "#EBA3B7", "#E17593", "#D7476E",
          "#CD1A4B", "#A4143C", "#7B0F2D", "#510A1D")

raspberries <- c("#F0D8DE", "#E1B2BE", "#D28B9D", "#C3657D",
                 "#B43F5D", "#90324A", "#6C2537", "#471925")

eminences <- c("#E2DAE5", "#C5B5CC", "#A890B2", "#8B6B99",
               "#6E4780", "#583866", "#422A4C", "#2B1C33")

tekhelets <- c("#DAD3E1", "#B6A7C3", "#917BA5", "#6D4F87",
               "#49246A", "#3A1C54", "#2B153F", "#1D0E2A")

blues1 <- c("#D9DEED", "#B3BDDB", "#8D9CCA", "#667AB8",
            "#415AA7", "#344885", "#273664", "#192342")

blues2 <- c("#CDD6F5", "#9BADEC", "#6A84E3", "#385BDA",
            "#0733D1", "#0528A7", "#041E7D", "#021453")

navys <- c("#CCCCE4", "#9999C9", "#6666AE", "#323293",
           "#000078", "#000060", "#000048", "#00002F")
johnmackintosh commented 7 months ago

image pretty sweet set of colours, if I say so myself. Feel free to use them, or I will probably wrap them up into a sick theme for PowerBI or something

softloud commented 7 months ago

Oooh now you have me wondering how I can get a palette like this into tableau....

On Fri, Mar 1, 2024 at 8:05 PM John MacKintosh @.***> wrote:

image.png (view on web) https://github.com/softloud/supermetroid/assets/3278367/f7dfcfa4-8e10-4f49-8189-641c4bce5f3e pretty sweet set of colours, if I say so myself. Feel free to use them, or I will probably wrap them up into a sick theme for PowerBI or something

— Reply to this email directly, view it on GitHub https://github.com/softloud/supermetroid/issues/16#issuecomment-1973762418, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGJTQS7MSSQEZ5M6IX2PLLYWDGOPAVCNFSM6AAAAAAZTDZPIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZTG43DENBRHA . You are receiving this because you authored the thread.Message ID: @.***>