Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SASS を使用して、単一の 16 進コードで複数の色操作を実行することは可能ですか? プログラムで明るくして、彩度を 5% 上げたいと思います。
saturate($color, $amount) lighten($color, $amount)
それらを連鎖させることができます:
saturate(lighten($color, $amount), $amount)