Color collection

Settings Page Color Palettes

Practical settings palettes for account screens, preferences, admin forms, and control-heavy UI.

SettingsProductMinimal
Best for: settings screens, account pages, preferences, and admin formsExport: CSS, Tailwind, JSON, SVGPreview: dashboard, landing, mobile UI

How to use these palettes

Start with the primary and surface colors, then test text contrast before exporting. These palettes are most useful for settings screens, account pages, preferences, and admin forms. Keep colors quiet and use contrast to distinguish destructive, save, and neutral actions.

Every generated palette is sorted by a UI quality score that favors readable text, clear surface separation, and controlled saturation.

UI previewPrimary
Card
Button
Accent

CSS Variables

:root {
  --primary: #3190D8;
  --accent: #D68B51;
  --surface: #EBEFF4;
  --text: #121A21;
  --support: #CE82AD;
}
Text / Surface contrast: 15.21:1

FAQ

Where should I use settings page color palettes?

These palettes are designed for settings screens, account pages, preferences, and admin forms.

Can I copy these colors into a design system?

Yes. Each palette includes clear interface roles such as Primary, Accent, Surface, Text, and Support.

How do I avoid low contrast?

Keep colors quiet and use contrast to distinguish destructive, save, and neutral actions.

Related color directions