data endpoint for entity 90008 (aka. a website)

new colorschemers

ptr.pet b2624d81 c91d0f85

verified
Waiting for spindle ...
+6 -6
+6 -6
eunomia/tailwind.config.js
··· 36 36 }, 37 37 colors: { 38 38 ralsei: { 39 - pink: { 40 - regular: '#fe96e0', 41 - neon: '#ff3eb7' 42 - }, 43 39 white: '#fff9fe', 44 40 black: '#000801', 45 41 green: { 46 - light: '#4dcc8e', 47 - dark: '#162d26' 42 + light: 'hsla(180, 90%, 42.5%, 1.00)', 43 + dark: 'hsla(240, 45%, 8%, 1.00)' 44 + }, 45 + pink: { 46 + regular: 'hsla(260, 90%, 65%, 1.0)', 47 + neon: 'hsla(270, 95%, 68%, 1.0)' 48 48 } 49 49 } 50 50 }