Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f7d869;
}
.amber-yellow {
color: #f8b859;
}
.chat-orange {
color: #f6993c;
}
.cherokee-dignity {
color: #e27b28;
}
.peanut-butter-jelly {
color: #cf4e2a;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f7d869;
--amber-yellow:#f8b859;
--chat-orange:#f6993c;
--cherokee-dignity:#e27b28;
--peanut-butter-jelly:#cf4e2a;
}