catppuccin-css/themes/Catppuccin-Latte.rgb.css
2025-06-09 12:35:52 -06:00

32 lines
No EOL
905 B
CSS

/*
Catppuccin CSS Theme v0.1.0 RGB from palette v1.7.1
🌻 Latte
*/
:root {
--rosewater: rgb(220, 138, 120);
--flamingo: rgb(221, 120, 120);
--pink: rgb(234, 118, 203);
--mauve: rgb(136, 57, 239);
--red: rgb(210, 15, 57);
--maroon: rgb(230, 69, 83);
--peach: rgb(254, 100, 11);
--yellow: rgb(223, 142, 29);
--green: rgb(64, 160, 43);
--teal: rgb(23, 146, 153);
--sky: rgb(4, 165, 229);
--sapphire: rgb(32, 159, 181);
--blue: rgb(30, 102, 245);
--lavender: rgb(114, 135, 253);
--text: rgb(76, 79, 105);
--subtext 1: rgb(92, 95, 119);
--subtext 0: rgb(108, 111, 133);
--overlay 2: rgb(124, 127, 147);
--overlay 1: rgb(140, 143, 161);
--overlay 0: rgb(156, 160, 176);
--surface 2: rgb(172, 176, 190);
--surface 1: rgb(188, 192, 204);
--surface 0: rgb(204, 208, 218);
--base: rgb(239, 241, 245);
--mantle: rgb(230, 233, 239);
--crust: rgb(220, 224, 232);
}