Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f8d668;
}
.troll-slayer-orange {
color: #f1a44b;
}
.summerset {
color: #c8793c;
}
.potter-s-clay {
color: #a64a2b;
}
.crystal-dark-red {
color: #6d2c33;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f8d668;
--troll-slayer-orange:#f1a44b;
--summerset:#c8793c;
--potter-s-clay:#a64a2b;
--crystal-dark-red:#6d2c33;
}