:root {
  --white: #ffffff;
  --cyan: #02ceff;
  --dark-indigo: #0c2640;
  --primary: #4694fd;
  --orangey-red: #ff3333;
  --mango: #ff9933;
  --green: #29cc29;
  --grey: #c2c6cf;
  --light-grey: #f2f2f5;
  --triplet-dark-indigo: 12, 38, 64;
  --triplet-note-yellow: 247, 235, 105;
}