Palette

/* CSS HSL */ --white: hsla(0, 0%, 100%, 1); --isabelline: hsla(36, 26%, 96%, 1); --isabelline-2: hsla(30, 25%, 94%, 1); --alabaster: hsla(37, 33%, 91%, 1); --almond: hsla(29, 54%, 88%, 1); --cultured: hsla(132, 15%, 94%, 1); --alice-blue: hsla(207, 22%, 92%, 1); --ash-gray: hsla(66, 15%, 72%, 1); --artichoke: hsla(59, 19%, 56%, 1); --dark-liver: hsla(330, 4%, 31%, 1); /* CSS HEX */ --white: #ffffffff; --isabelline: #f8f6f3ff; --isabelline-2: #f3efebff; --alabaster: #efe9dfff; --almond: #f1e0d0ff; --cultured: #ecf1edff; --alice-blue: #e6ebefff; --ash-gray: #c0c2adff; --artichoke: #a4a379ff; --dark-liver: #534d50ff;