Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.rucksack-tan {
color: #f0b505;
}
.24-carrot {
color: #e66e1e;
}
.race-car-stripe {
color: #d54446;
}
.harissa-red {
color: #a12d2b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--rucksack-tan:#f0b505;
--24-carrot:#e66e1e;
--race-car-stripe:#d54446;
--harissa-red:#a12d2b;
}