:root {
/* CSS HSL */
--linen: hsla(30, 75%, 97%, 1);
--parchment: hsla(30, 19%, 92%, 1);
--dust-grey: hsla(29, 20%, 90%, 1);
--dust-grey-1: hsla(28, 20%, 87%, 1);
--dust-grey-2: hsla(30, 20%, 84%, 1);
--powder-petal: hsla(26, 31%, 84%, 1);
--dust-grey-3: hsla(30, 20%, 80%, 1);
--khaki-beige: hsla(30, 15%, 63%, 1);
--dusty-taupe: hsla(30, 20%, 51%, 1);
--stone-brown: hsla(30, 13%, 33%, 1);
--ceylon-leaves: hsla(23, 41%, 9%, 1);
--assam-black: hsla(23, 41%, 5%, 1);
}