TAG
CSS
Result
Run
License
<h1> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </h1>
/* * Free License Fonts: https://www.harbortype.com/fonts/rocher-color/ */ @font-face { font-family: RocherColorGX; src: url("/assist/resources/fonts/color-palette/RocherColorGX.woff2"); } @font-palette-values --color-test { font-family: RocherColorGX; base-palette: 7; override-colors: 0 #ff3a92, 1 #c1cbed; } h1 { font-family: RocherColorGX; font-size: 40px; font-palette: --color-test; }
Console
expand_less
License
License
by DevDic
Close