"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var cyan = {
500: '#00aeef',
600: '#1c93c4',
G600: 'linear-gradient(223deg, #5Ca9b5 0%, #40a3b7 51%, #0093c6 100%)'
};
var _default = cyan;
exports["default"] = _default;