Published
Edited
Mar 14, 2021
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dark = ({
'bg_color': '#000',
'fg_colors': {
'bg-secondary-color': '#262626',
'font-color': '#f5f5f5',
'color-primary': '#17c16f',
'color-lightGrey': '#d2d6dd',
'color-grey': '#bbb',
'color-darkGrey': '#888',
'color-error': '#ea4f4f',
'color-success': '#28bd14',
}
})
Insert cell
light = ({
'bg_color': '#fff',
'fg_colors': {
'bg-secondary-color': '#f3f3f6',
'font-color': '#333',
'color-primary': '#14854F',
'color-lightGrey': '#d2d6dd',
'color-grey': '#747681',
'color-darkGrey': '#3f4144',
'color-error': '#d43939',
'color-success': '#28bd14',
}
})
Insert cell
//chota_css = html`<link rel="stylesheet" href="https://unpkg.com/chota@latest">`
Insert cell
import {to_swatches} from '@ellemenno/color-swatches'
Insert cell
import {swatches} from '@ellemenno/color-swatches'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more