Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have been trying to find the hex codes for the 12 colors in the 12 color scheme in Qlik sense. While there is a list of pre-defined colors functions on help.qlik.com, these do not seem to match the 12 colors. I have tried using a color picker online but get different HEX codes, depending on which one I use.
Could anyone point me in the right direction?
Cheers
Hi @PC
With my Qlik Sense Desktop, the themes are located at this folder:
C:\Users\<user-login>\AppData\Local\Programs\Qlik\Sense\Client\assets\external\sense-themes-default
But I don't have the Focus schema, if you do at that folder, open its json file to find the color definition.
Hope this helps,
Thank you Arnaldo
I'm on Enterprise though, any idea where I might access those files?
Cheers
PC
I do not have access to an Enterprise server, anyhow, it could be at this folder
C:\Program Files\Qlik\Sense\Client\assets\external\sense-themes-default
Regards,
You can use this below tool to determine what the HEX codes are for any color of an image you upload to it.
Thank you. Did try that and found that depending on the colour picker tool you use you get slightly different answers. Currently, we have just settled on one of the solutions from a colour picker, but hope to get the actually values.
Cheers
would still like those values
"#332288"
"#6699cc"
"#88ccee"
"#44aa99"
"#117733"
"#999933"
"#ddcc77"
"#661100"
"#cc6677"
"#aa4466"
"#882255"
"#aa4499"
Hi @PC
You can use the browser developer tools to see what CSS is being applied to an specific object.
https://developer.chrome.com/docs/devtools/css/
Hope it helps!