/*
Colors based on: 
https://lospec.com/palette-list/coral-4
*/
:root {
   --c1: #fda;
   --c2: #f99;
   --c3: #7a9;
   --c4: #658;
   --c5: #222;
}