Skip to content

Instantly share code, notes, and snippets.

View sidHitesh7's full-sized avatar

Hitesh Siddhapura sidHitesh7

View GitHub Profile
@sidHitesh7
sidHitesh7 / input.scss
Created November 12, 2020 07:12
Generated by SassMeister.com.
$color: #ff0000;
$colorName: 'red';
@function tetrad($color) {
$hue: hue($color);
$saturation: saturation($color);
$lightness: lightness($color);
$tetrad: [ hsl($hue, $saturation, $lightness),
hsl($hue + 90 % 360, $saturation, $lightness),
hsl($hue + 180 % 360, $saturation, $lightness),
@sidHitesh7
sidHitesh7 / input.scss
Created November 12, 2020 07:12
Generated by SassMeister.com.
$color: #ff0000;
$colorName: 'red';
@function tetrad($color) {
$hue: hue($color);
$saturation: saturation($color);
$lightness: lightness($color);
$tetrad: [ hsl($hue, $saturation, $lightness),
hsl($hue + 90 % 360, $saturation, $lightness),
hsl($hue + 180 % 360, $saturation, $lightness),