Color names in this palette
CSS code for this palette
/* CSS */
.pallid-orange {
color: #f9b69f;
}
.pinenut {
color: #f6d9b6;
}
.hint-of-mint {
color: #e1f2d4;
}
.shanghai-jade {
color: #a4dab9;
}
.little-league {
color: #6c9d8e;
}
/* CSS Variables */
:root {
--pallid-orange:#f9b69f;
--pinenut:#f6d9b6;
--hint-of-mint:#e1f2d4;
--shanghai-jade:#a4dab9;
--little-league:#6c9d8e;
}