How can I programmatically determine the html hex color codes for colors in one spectral line? I definitely use the wrong terminology. I'm just not sure how else this phrase is. This picture should bring clarity:
Note that the cursor in the upper rectangle is always in the same position. This is just the cursor in the first bar, which moves to different color segments, thereby generating the hexadecimal codes visible below.
Is it possible to generate them programmatically?
: ( ) ( X ) ( Y ) precompiled css, SASS, :
$someColor: red; $lighten: brighten($someColor,20%); $darkenedColor : darken($lighten, 32%);
$darkenedColor , , $someColor