@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
68 lines (67 loc) • 1.21 kB
JavaScript
//#region src/color/colors/yellow.ts
const yellow = {
dark: [
"#050400",
"#251d00",
"#3e3300",
"#584a00",
"#736300",
"#8e7d00",
"#ab9800",
"#c7b426",
"#e3d142",
"#ffef5c",
"#fff594",
"#fffad3",
"#ffffff"
],
darkA: [
"rgba(250, 200, 0, 0.02)",
"rgba(247, 193, 0, 0.15)",
"rgba(248, 204, 0, 0.25)",
"rgba(251, 211, 0, 0.35)",
"rgba(250, 215, 0, 0.46)",
"rgba(254, 223, 0, 0.56)",
"rgba(255, 227, 0, 0.67)",
"rgba(255, 231, 49, 0.78)",
"rgba(255, 235, 74, 0.89)",
"#ffef5c",
"#fff594",
"#fffad3",
"#ffffff"
],
light: [
"#ffffff",
"#fffeff",
"#fffcff",
"#fffbf1",
"#fffada",
"#fff9c2",
"#fff7aa",
"#fff592",
"#fff279",
"#ffef5c",
"#ab9800",
"#584a00",
"#050400"
],
lightA: [
"rgba(255, 255, 255, 0.01)",
"rgba(255, 155, 255, 0.01)",
"rgba(255, 105, 255, 0.02)",
"rgba(255, 188, 22, 0.06)",
"rgba(255, 222, 8, 0.15)",
"rgba(255, 230, 1, 0.24)",
"rgba(255, 231, 5, 0.34)",
"rgba(255, 232, 2, 0.43)",
"rgba(255, 230, 2, 0.53)",
"rgba(255, 230, 0, 0.64)",
"#ab9800",
"#584a00",
"#050400"
]
};
var yellow_default = yellow;
//#endregion
export { yellow_default as default };
//# sourceMappingURL=yellow.mjs.map