:root, :host {
    --color-sky-500: #1fff11;
}

.bg-sky-500 {
    background-color: var(--color-sky-500);
}