Created
February 1, 2023 20:10
-
-
Save mairin/c7c1c36e3ecea99a4eb933f7fc7f124c to your computer and use it in GitHub Desktop.
podman desktop palette
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'charcoal': { | |
50: '#767676', | |
100: '#707073', | |
200: '#5c5c5c', | |
300: '#464649', | |
400: '#4a4b4f', | |
500: '#36363d', | |
600: '#27272a', | |
700: '#222222', | |
800: '#18181b', | |
900: '#0f0f11', | |
}, | |
'gray': { | |
50: '#f9fafb', | |
100: '#f6f6f6', | |
200: '#efefef', | |
300: '#e4e4e4', | |
400: '#d1d1d1', | |
500: '#c8c8c8', | |
600: '#b4b4b4', | |
700: '#aaabac', | |
800: '#9a9a9a', | |
900: '#818181', | |
}, | |
'purple': { | |
50: '#f7f3ff', | |
100: '#efe9fe', | |
200: '#e2d6fe', | |
300: '#bfa7f6', | |
400: '#ad8bfa', | |
500: '#8b5cf6', | |
600: '#6d48bf', | |
700: '#6234b1', | |
800: '#4d2d87', | |
900: '#37255d', | |
}, | |
'dustypurple': { | |
50: '#f2f2fb', | |
100: '#e7e8f8', | |
200: '#d3d3f2', | |
300: '#b9b8e9', | |
400: '#a09adf', | |
500: '#8f81d3', | |
600: '#8772c7', | |
700: '#6d57ab', | |
800: '#59498a', | |
900: '#4a406f', | |
}, | |
'fuschia': { | |
50: '#fdf2ff', | |
100: '#f9e3ff', | |
200: '#f4c6ff', | |
300: '#f099ff', | |
400: '#e85dff', | |
500: '#d721ff', | |
600: '#c200ff', | |
700: '#a200cf', | |
800: '#8600a9', | |
900: '#710689', | |
}, | |
'sky': { | |
50: '#f2f8fd', | |
100: '#e5eff9', | |
200: '#c4def3', | |
300: '#90c3e9', | |
400: '#51a2da', | |
500: '#2f88c8', | |
600: '#206ca9', | |
700: '#1b5789', | |
800: '#1a4a72', | |
900: '#1b3f5f', | |
}, | |
'green': { | |
50: '#f0f9f0', | |
100: '#ddefdc', | |
200: '#bbdfbb', | |
300: '#8ec792', | |
400: '#64ad6c', | |
500: '#3c8d47', | |
600: '#2b7037', | |
700: '#225a2d', | |
800: '#1d4825', | |
900: '#193b20', | |
}, | |
'red': { | |
50: '#fff4f1', | |
100: '#ffe7e1', | |
200: '#ffd1c7', | |
300: '#ffb3a1', | |
400: '#ff866a', | |
500: '#f86847', | |
600: '#e5421d', | |
700: '#c13414', | |
800: '#9f2f15', | |
900: '#842c18', | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment