libs/design/scss/theming/prebuilt/internal-theme.scss
@import '../variables';
@import '../color';
@import '../configure-palette';
@import '../configure-theme';
@import '../theme';
$primary: daff-configure-palette($daff-blue, 60);
$secondary: daff-configure-palette($daff-purple, 60);
$tertiary: daff-configure-palette($daff-turquoise, 60);
$theme: daff-configure-theme($primary, $secondary, $tertiary);
@include daff-theme($theme);