Color names in this palette
CSS code for this palette
/* CSS */
.orange-glass {
color: #ffca80;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.tangerine-tango {
color: #ff9d4d;
}
.mango-tango {
color: #ff813d;
}
.nasturtium {
color: #ff5b2e;
}
/* CSS Variables */
:root {
--orange-glass:#ffca80;
--peanut-butter-chicken:#ffb65c;
--tangerine-tango:#ff9d4d;
--mango-tango:#ff813d;
--nasturtium:#ff5b2e;
}