@mussonindustrial/pyro-mui-joy
Version:
A port of Material UI Joy Theme for Ignition by Inductive Automation
16 lines (14 loc) • 476 B
CSS
@import '../light/variables.css';
:root {
/* Neutrals */
--neutral-10: #f7f3f2; /* warm-10 */
--neutral-20: #e5e0df; /* warm-20 */
--neutral-30: #cac5c4; /* warm-30 */
--neutral-40: #ada8a8; /* warm-40 */
--neutral-50: #8f8b8b; /* warm-50 */
--neutral-60: #736f6f; /* warm-60 */
--neutral-70: #565151; /* warm-70 */
--neutral-80: #3c3838; /* warm-80 */
--neutral-90: #272525; /* warm-90 */
--neutral-100: #171414; /* warm-100 */
}