UNPKG

@vela-ui-kit/core

Version:

Core components of Vela UI kit, reusable UI elements for front end projects

17 lines (16 loc) 413 B
export const colors = { primary: "#4F46E5", primaryHover: "#4338CA", secondary: "#64748B", background: "#FFFFFF", surface: "#F9FAFB", textPrimary: "#111827", textSecondary: "#6B7280", textDisabled: "#9CA3AF", error: "#DC2626", success: "#16A34A", warning: "#D97706", info: "#2563EB", shadowLight: "rgba(0, 0, 0, 0.05)", shadowDark: "rgba(0, 0, 0, 0.15)" };