Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f6d2a7;
}
.chai-latte {
color: #f9cb9f;
}
.crab-bisque {
color: #f1b498;
}
.lugganath-orange {
color: #f5a68a;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--tequila:#f6d2a7;
--chai-latte:#f9cb9f;
--crab-bisque:#f1b498;
--lugganath-orange:#f5a68a;
--salmon-pok-bowl:#f27c78;
}