Skip to content

Instantly share code, notes, and snippets.

View iTaysonLab's full-sized avatar
:shipit:
cat

Dmytro Tarasenko iTaysonLab

:shipit:
cat
View GitHub Profile
@Elorucov
Elorucov / vkcom_palette.css
Last active September 26, 2025 07:50
vk.com palette and color schemes (summer 2023, before migrating to VKUI tokens)
:root {
--azure_a100: #0077ff;
--azure_300: #397dcc;
--azure_a400: #2a6fbd;
--azure_a500: #2363aa;
--black: #000000;
--black_alpha4: rgba(0, 0, 0, 0.04);
--black_alpha8: rgba(0, 0, 0, 0.08);
--black_alpha12: rgba(0, 0, 0, 0.12);
--black_alpha16: rgba(0, 0, 0, 0.16);