Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.lighthouse-glow {
color: #f7d669;
}
.troll-slayer-orange {
color: #f1a14b;
}
.pizazz {
color: #e67e3d;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--lighthouse-glow:#f7d669;
--troll-slayer-orange:#f1a14b;
--pizazz:#e67e3d;
--painted-poppy:#c84c3c;
}