Color names in this palette
CSS code for this palette
/* CSS */
.bourbon {
color: #ab693b;
}
.cat-s-eye-marble {
color: #d6a95c;
}
.ride-off-into-the-sunset {
color: #f2d05f;
}
.troll-slayer-orange {
color: #f5a34d;
}
.sohi-red {
color: #e55d3e;
}
/* CSS Variables */
:root {
--bourbon:#ab693b;
--cat-s-eye-marble:#d6a95c;
--ride-off-into-the-sunset:#f2d05f;
--troll-slayer-orange:#f5a34d;
--sohi-red:#e55d3e;
}