palett 0.0.8

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

pub const OCEAN: Preset = Preset {
    max: LIGHT_BLUE.accent_2,
    min: INDIGO.base,
    na: PINK.lighten_3,
};