Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff382e;
}
.halt-and-catch-fire {
color: #ff692e;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--pelati:#ff382e;
--halt-and-catch-fire:#ff692e;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--star:#ffe500;
}