palett 0.0.8

ansi color space tool
Documentation
1
2
3
4
5
6
7
8
use crate::cards::{AMBER, DEEP_PURPLE, PINK};
use crate::types::Preset;

pub const VIOLA: Preset = Preset {
    max: PINK.lighten_4,
    min: DEEP_PURPLE.accent_2,
    na: AMBER.darken_2,
};