Design a Boreal UI palette and preview how each color resolves across buttons, badges, alerts, cards, and inputs.
Values are seeded from the active ThemeProvider scheme
Component text uses the same resolved CSS variables that Boreal UI applies from the active color scheme.
const customSchemes = [
{
name: "Autumn Glow Draft",
primaryColor: "#c58686",
secondaryColor: "#cc8430",
tertiaryColor: "#b19476",
quaternaryColor: "#b9a27b",
backgroundColor: "#f5f5f5",
},
];