Update custom-palette-creator.scss

This commit is contained in:
Eugenio Romano
2024-01-09 17:23:36 +01:00
committed by GitHub
parent 3e5f6abde3
commit 4c8d145c14

View File

@@ -3,7 +3,7 @@
@use 'sass:color';
@function multiply($fore, $back) {
$red: math.div(color.green($back) * color.green($fore), 255);
$red: math.div(color.red($back) * color.red($fore), 255);
$green: math.div(color.green($back) * color.green($fore), 255);
$blue: math.div(color.blue($back) * color.blue($fore), 255)