Material Style Logo

Material Style theme builder

v1.0.0-alpha1 For Material Style v3.1

Personalize Material Style to reflect your product's brand identity

Utilize this tool to effortlessly modify theme colors, border radius, and border widths, as it automatically generates the necessary CSS and SASS variables for you.

  1. Choose the theme (primary, secondary, ...) you'd like to update.
  2. Select a color for the theme.
    Note: The selected color serves as the base color for the theme in light mode and is used to generate different variants of the theme (hover, active, emphasis, ...) for both light and dark modes. Ensure it maintains an appropriate contrast ratio against a light background (e.g., white).
  3. Adjust the border radius.
  4. Set the border width.
  5. Preview components in Light/Dark mode.
  6. Copy the generated CSS/SASS into your codebase.

For more information on theming and how to leverage CSS and SASS to personalize Material Style, click here.

#6f42c1
0.375rem
1px
Card image

SUV

An SUV is a powerful vehicle with four-wheel drive that can be driven over rough ground. SUV is an abbreviation for 'sport utility vehicle'.

CSS

:root, [data-bs-theme="light"] {
}
[data-bs-theme="dark"] {
}

SASS