14 lines
204 B
CSS
14 lines
204 B
CSS
.color_functions {
|
|
lighten: #ffcccc;
|
|
darken: #330000;
|
|
saturate: #203c31;
|
|
desaturate: #29332f;
|
|
greyscale: #4e0e27;
|
|
spin-p: #bf6b40;
|
|
spin-n: #bf4055;
|
|
hue: 100.0;
|
|
saturation: 12;
|
|
lightness: 95;
|
|
}
|
|
|