Color names in this palette
CSS code for this palette
/* CSS */
.qing-yellow {
color: #ffcc66;
}
.corona {
color: #ffb433;
}
.indian-saffron {
color: #ff9933;
}
.halt-and-catch-fire {
color: #ff6633;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--qing-yellow:#ffcc66;
--corona:#ffb433;
--indian-saffron:#ff9933;
--halt-and-catch-fire:#ff6633;
--blood-burst:#ff4d4d;
}