Thevetats Ramblings

Explore

About
Blogs
Misc
Resume
Services
Testing
Tools

Blogs

Env

Freshstart

Aliases
How I config my System76
Un-F%ck your M2 for development
ZSH Functions

Toolbelt

What's usually in the workvan

Rust

Notes

Primeagen's Rust for TS Devs

RustGoTs

Primeagen's Polyglot Class 1
Primeagen's Polyglot Class 2
Primeagen's Polyglot Class 3

Tauri

Setting up Tauri with Vite

WebDev

Ai

TheBeast

Slaying the beast

ComponentLibary

Salt Life
Submodules in Git

Sql

Useful SQL

Unocss

Just one more...
Setting up UnoCSS in a Vite Project

Vue

Reference

Suspense
Transitions

Palettte to UnoCss Theme

Easily convert a Palettte JSON export to an UnoCSS theme!

Below you can paste your JSON on the left, and the theme will be generated on the right. Below will show your new colors for individual copying if needed

Pollen

25
50
100
200
300
400
500
600
700
800
900
950

Coal

25
50
100
200
300
400
500
600
700
800
900
950

Ocean

25
50
100
200
300
400
500
600
700
800
900
950

Rose

25
50
100
200
300
400
500
600
700
800
900
950

Earth

25
50
100
200
300
400
500
600
700
800
900
950

Life

25
50
100
200
300
400
500
600
700
800
900
950

Burnt

25
50
100
200
300
400
500
600
700
800
900
950

Violet

25
50
100
200
300
400
500
600
700
800
900
950
{
  "theme": {
    "colors": {
      "pollen": {
        "25": "#FAFAF4",
        "50": "#F7F6E4",
        "100": "#F2F2BD",
        "200": "#E7E69B",
        "300": "#D9CD75",
        "400": "#CBBE5A",
        "500": "#BEA441",
        "600": "#AC942F",
        "700": "#9C7B21",
        "800": "#795A10",
        "900": "#4F3904",
        "950": "#312200"
      },
      "coal": {
        "25": "#FCFFFE",
        "50": "#F3F9F7",
        "100": "#DCE9E5",
        "200": "#BFD0D0",
        "300": "#9EB2B4",
        "400": "#84959F",
        "500": "#667582",
        "600": "#4F5969",
        "700": "#363D50",
        "800": "#232337",
        "900": "#171522",
        "950": "#0C0A11"
      },
      "ocean": {
        "25": "#FCFEFE",
        "50": "#F4F9F9",
        "100": "#D8E3E4",
        "200": "#ACC8CE",
        "300": "#88A2B4",
        "400": "#60799E",
        "500": "#455487",
        "600": "#303378",
        "700": "#1D1D66",
        "800": "#1B1051",
        "900": "#17073B",
        "950": "#110127"
      },
      "rose": {
        "25": "#FFFDFD",
        "50": "#FFF2F3",
        "100": "#F8D8DB",
        "200": "#E9B7BE",
        "300": "#E4999F",
        "400": "#D3777B",
        "500": "#B65861",
        "600": "#A43D51",
        "700": "#862639",
        "800": "#5B1326",
        "900": "#370812",
        "950": "#1D0209"
      },
      "earth": {
        "25": "#FFFDF9",
        "50": "#FFF8ED",
        "100": "#F5E4CF",
        "200": "#E7CDAB",
        "300": "#D9AF84",
        "400": "#C59963",
        "500": "#AA734B",
        "600": "#99633A",
        "700": "#714023",
        "800": "#4D2512",
        "900": "#331608",
        "950": "#241202"
      },
      "life": {
        "25": "#F8FFFD",
        "50": "#EFFDF8",
        "100": "#CCECE2",
        "200": "#ACDEC5",
        "300": "#84C4AB",
        "400": "#67A689",
        "500": "#529568",
        "600": "#3C7951",
        "700": "#2C6839",
        "800": "#194925",
        "900": "#0E351E",
        "950": "#07200B"
      },
      "burnt": {
        "25": "#FFFDF5",
        "50": "#FFF9E8",
        "100": "#FBE9D1",
        "200": "#F6C297",
        "300": "#E9A867",
        "400": "#DC854B",
        "500": "#C46134",
        "600": "#99481D",
        "700": "#702E10",
        "800": "#591D08",
        "900": "#2F0700",
        "950": "#1B0100"
      },
      "violet": {
        "25": "#FBF8FF",
        "50": "#F5ECFF",
        "100": "#DFD0F2",
        "200": "#C9B1E8",
        "300": "#AF8DDA",
        "400": "#9666C4",
        "500": "#7747A7",
        "600": "#65318A",
        "700": "#4D1E6A",
        "800": "#3B104B",
        "900": "#2F0734",
        "950": "#1D031E"
      }
    }
  }
}
Made from scratch with ❤️ by Thevetat