eastlake lavender (#857B7A)
examples
palette_color module example
import { palette_color } from '@batpb/genart';
const { PC_857B7A } = palette_color;
const name: string = PC_857B7A.NAME;
neutral namespace example
import { palette_color } from '@batpb/genart';
const { neutral } = palette_color;
const { PC_857B7A } = neutral;
const name: string = PC_857B7A.NAME;