Widget:The Mall
From The Museum of Human Achievement
<style>
html[data-theme="light"] body {
--primary: #0badd8;
--gray:#ffde17;
--white: #fcdada;
}
html[data-theme="dark"] body {
--primary: #f05f8f;
--white: #114a9f;
--gray: #ffde17;
}
</style>