Skip to content

Commit

Permalink
slightly darker
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jun 23, 2024
1 parent ff791b2 commit d23917f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ const config: Config = {
theme: {
extend: {
colors: {
sky: {
50: "#d9f0ff", // Darkened from #f0f9ff
100: "#c3e4fe", // Darkened from #e0f2fe
200: "#a3d4fd", // Darkened from #bae6fd
300: "#5cbdfc", // Darkened from #7dd3fc
400: "#2aa3f8", // Darkened from #38bdf8
500: "#0b8edc", // Darkened from #0ea5e9
600: "#026baa", // Darkened from #0284c7
700: "#015a89", // Darkened from #0369a1
800: "#054b6e", // Darkened from #075985
900: "#083857", // Darkened from #0c4a6e
950: "#062338", // Darkened from #082f49
},
orange: {
100: "#f8d5c7",
200: "#f1ac9a",
Expand Down

0 comments on commit d23917f

Please sign in to comment.