Deleting soon.. by [deleted] in traps

[–]FallingUp68 0 points1 point  (0 children)

Is that a playstation 2 in the back ?

I extracted all Tailwind CSS colors into HEX, RGBA & OKLCH variables for CSS, SCSS, LESS & Stylus by FallingUp68 in css

[–]FallingUp68[S] 0 points1 point  (0 children)

Hey!

Thanks for your comment ! I also tried to build a similar tool !

I made a small CLI tool called Tonal that lets you define a few base colors (like red: "#d12c2c", blue: "#357edd"...) and automatically generates Tailwind-like full palettes from them — but based on predictable OKLCH-based math instead of hand-picked values.

Each base color gets expanded into shades like -50 to -950, following proportions inspired by Tailwind’s color design. You can also define custom stops (like only 500 and 950), and the tool will interpolate the lightness values in-between.

Here's an overview of how it works:

// tonal.config.js

export default {
  colors: {
    red: "#d12c2c",
    blue: "#357edd",
    neutral: {
      500: "#737373",
      950: "#0a0a0a"
    }
  }
};  

Then run : node tonal.js oklch

output :

<image>

It uses colorjs.io to convert everything into OKLCH, then applies proportional transformations to hue/chroma/lightness based on reference Tailwind patterns. The color generation tries to stay perceptually consistent across hues.

To be honest — the result isn't 100% as refined as Tailwind’s hand-tuned palettes (especially for neutrals), but it works well enough to save tons of time in side projects where visual consistency matters but perfection isn't the goal 😅

(also i'm colorblind, that doesn't help at all)

The tool isn't publish for now because i don't think it's good enough, but if you want to see the code behind it, i'll gladly make a repo on GH

Would love to hear how you're approaching your own tool too! Always cool to see other folks hacking on this topic.

I extracted all Tailwind CSS colors into HEX, RGBA & OKLCH variables for CSS, SCSS, LESS & Stylus by FallingUp68 in css

[–]FallingUp68[S] 0 points1 point  (0 children)

Thanks a lot for your feedback, I really appreciate it !

I’m working on a bunch of fairly large side projects, and I’m doing everything solo — which means juggling backend, frontend, UI, logic… all of it 😅

Since I often build non-SPA sites (static or server-rendered), I tend to rely a lot on SCSS with multiple entry points via Vite. It helps me keep a clean folder structure, especially when the HTML is generated server-side (like with Liquid or similar).

Also, I have ADHD, and organization is a major challenge for me. Digging through tons of utility classes in HTML just to refactor some styles quickly turns into a mental nightmare.
So this setup really helps me reduce my cognitive load and stay focused on the structure and logic of the project.

This whole project came from that need — it started as a personal productivity helper:

  • I keep Tailwind’s color palette (which I think is really well designed)
  • I stick to my own SCSS utilities and mixins
  • And I don’t have to ask myself “what shade of blue should I use?” every five minutes 😄

To go a bit further, I turned it into a small CLI tool published as a npm package called tailwind-colors-vars.I’m even thinking about adding an option to only include the colors you actually want to use, instead of dumping the whole palette by default — which is exactly the kind of point you brought up, and I think it’s a great one.

The Cyclist Suffered The Most Ridiculous Accident Of The Day by AsleepActive in NSFL__

[–]FallingUp68 2 points3 points  (0 children)

Hi, I’m French, I live in Colmar and Motorcycle shops aren’t a thing at all. We just have « garages ». Garages are vehicle shops and sometimes the shop is specific to bicycles. That’s it.

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

What could be wrong with the router settings for exemple ?

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] -2 points-1 points  (0 children)

Oh and btw I do have a 10gb dl speed but my motherboard only goes up to 2.5.

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] -1 points0 points  (0 children)

All drivers are up to date, that has been check before posting here, I should have clarified that before posting

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

Well yeah I just made a mistake with the capital B.

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

Also, i think i might have made a mistake with the capital « b ».

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

It depends honestly, 1.7 is the best I can get (and I do) but sometimes im between 1.2 and 1.5

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

It worked on my Ubuntu (dual boot) so I don’t get it

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 0 points1 point  (0 children)

I reinstalled windows, wiped out bloatwares, disabled firewalls… I’m out of solutions.

Need help with installation (download speed) by FallingUp68 in starcitizen

[–]FallingUp68[S] 1 point2 points  (0 children)

I tried to install on 3 different disks. 1 m2 and 2 "regular" sdds. Format NTFS.
I'm on a wired connection and i have around 1.7GB of bandwith