import React from 'react' import { Styles } from '../../common'; import cn from 'classnames'; import stl from './scale.module.css'; function Scale({ colors }) { const lastIndex = (Styles.colorsTeal.length - 1) return (