Color palette
Kesko Design System’s color palette is a selection of colors that work together to create consistency in digital products.
Warning: Kesko color palette is in active design and development phase and not yet ready for production use. The exact color shades & tints will change as we get closer to the release.
The palette
for key in colors
if key.name
key.name | replace("--k-color-", "") | replace("-", "") | capitalize
for color in key.values
var( color.name ) color.contrast :1
endfor
endif
endfor