@function social-color($key: "twitter") {
  @return map-get($social-colors, $key);
}

@function theme-gradient-color($key: "primary") {
  @return map-get($theme-gradient-colors, $key);
}