Color names in this palette
CSS code for this palette
/* CSS */
.ripe-pumpkin {
color: #ffb133;
}
.sun-crete {
color: #ff8c00;
}
.flush-orange {
color: #ff6e00;
}
.inferno-orange {
color: #ff4400;
}
.red {
color: #ff0000;
}
/* CSS Variables */
:root {
--ripe-pumpkin:#ffb133;
--sun-crete:#ff8c00;
--flush-orange:#ff6e00;
--inferno-orange:#ff4400;
--red:#ff0000;
}