Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.orange-pospsicle {
color: #f2a60d;
}
.non-stop-orange {
color: #da8f16;
}
.milvus-milvus-orange {
color: #bf781d;
}
.cockatrice-brown {
color: #a5631d;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--orange-pospsicle:#f2a60d;
--non-stop-orange:#da8f16;
--milvus-milvus-orange:#bf781d;
--cockatrice-brown:#a5631d;
}