Skip to content

Instantly share code, notes, and snippets.

@alvaro-prieto
Last active February 27, 2024 09:43
Show Gist options
  • Save alvaro-prieto/3a69e543a6d61e8593f91d8628c2a423 to your computer and use it in GitHub Desktop.
Save alvaro-prieto/3a69e543a6d61e8593f91d8628c2a423 to your computer and use it in GitHub Desktop.
/* colores uned ajustados (intensificados y ajustados manualmente) */
--color-uned: #00533e;
--color-uned-2: #479b7f;
--color-uned-3: #9dd1bf;
--color-uned-4: #daf1e9;
--color-apple:#6fae35;
--color-apple-2:#a0d061;
--color-apple-3:#cae9a1;
--color-apple-4:#e4f2ce;
--color-blueberry: #556ac0;
--color-blueberry-2: #8696e4;
--color-blueberry-3: #b7c2f2;
--color-blueberry-4: #dfe4fd;
--color-tangerine: #f27043;
--color-tangerine-2: #fd9f71;
--color-tangerine-3: #ffcbad;
--color-tangerine-4: #fee6d8;
--color-strawberry: #da5268;
--color-strawberry-2: #f98699;
--color-strawberry-3: #ffc8d1;
--color-strawberry-4: #fde0e5;
--color-raspberry: #90214b;
--color-raspberry-2: #b54d6c;
--color-raspberry-3: #d27d96;
--color-raspberry-4: #f0a6bc;
/* colores oficiales (apagados) */
--color-uned-o: #00533e;
--color-uned-o-2: #34755f;
--color-uned-o-3: #96cdb7;
--color-uned-o-4: #cae3da;
--color-apple-o:#6da43b;
--color-apple-o-2:#8aac5d;
--color-apple-o-3:#a2bc7e;
--color-apple-o-4:#cddbb8;
--color-blueberry-o: #546bc0;
--color-blueberry-o-2: #7683bd;
--color-blueberry-o-3: #929acb;
--color-blueberry-o-4: #d4d6eb;
--color-tangerine-o: #d76f47;
--color-tangerine-o-2: #dd8964;
--color-tangerine-o-3: #e4a482;
--color-tangerine-o-4: #f0cfb9;
--color-strawberry-o: #da5268;
--color-strawberry-o-2: #e76f83;
--color-strawberry-o-3: #daa6b1;
--color-strawberry-o-4: #efdbdf;
--color-raspberry-o: #90214a;
--color-raspberry-o-2: #8e4d60;
--color-raspberry-o-3: #af848b;
--color-raspberry-o-4: #dac7c7;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment