Color names in this palette
CSS code for this palette
/* CSS */
.overboard {
color: #005757;
}
.dry-clay {
color: #b85c00;
}
.chipmunk {
color: #d2a14b;
}
.orange-danger {
color: #d66b00;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--overboard:#005757;
--dry-clay:#b85c00;
--chipmunk:#d2a14b;
--orange-danger:#d66b00;
--troll-slayer-orange:#f3a34f;
}