Color names in this palette
CSS code for this palette
/* CSS */
.lurid-red {
color: #ff4405;
}
.halt-and-catch-fire {
color: #ff6333;
}
.beniukon-bronze {
color: #ff7e38;
}
.sunflower-yellow {
color: #ffda05;
}
.soft-boiled {
color: #ffb938;
}
/* CSS Variables */
:root {
--lurid-red:#ff4405;
--halt-and-catch-fire:#ff6333;
--beniukon-bronze:#ff7e38;
--sunflower-yellow:#ffda05;
--soft-boiled:#ffb938;
}