kitchen-color-studio
Version:
an open-source color editor for designing color system
10 lines • 355 B
JavaScript
import { ScaleRow } from "../..";
import { jsx as _jsx } from "react/jsx-runtime";
var scale = ['#f8f9fe', '#d5e5fa', '#b1d0f8', '#8bbbf8', '#60a6fa', '#1677FF', '#0f74de', '#025abf', '#00409d', '#00297a', '#001355'];
export default (function () {
return /*#__PURE__*/_jsx(ScaleRow, {
colorType: "hex",
scale: scale,
title: "light"
});
});