Browser: Any
OS: macOS
- Create a new palette and add a colour by picking it from the colour picker - this adds the HSL colour in syntax hsl(0, 0%, 0%) - legacy format
- Enable dark mode - this adds the HSL colour in syntax hsl(0 0 0%) - modern format
The HSL values should be displayed in the same way - modern format
Additionally, you can manually enter the HSL value when defining another colour without displaying the colour picker and you can type in hsl(0,0,0) or hsl(0 0 0) or hsl(0% 0% 0%) etc. and each of these will be displayed as the value. It’s a little confusing to see different HSL formats. Bricks should parse the entered values and display them in modern format.