The <bl-ink> element

This is some normal blinking text.

This text is some big, peachpuff colored, & slower blinking text

Slower code:
    
    // HTML:
    <bl-ink class="big-text slower" style="color:peachpuff">big, <code>peachpuff</code> blinking text</bl-ink>
    // CSS:
    .slower {
      --blink-animation-duration: 1s;
    }