Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.sun-crete {
color: #ff8c00;
}
.inferno-orange {
color: #ff4400;
}
.bruschetta-tomato {
color: #ff6347;
}
.wild-rider-red {
color: #db143c;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--sun-crete:#ff8c00;
--inferno-orange:#ff4400;
--bruschetta-tomato:#ff6347;
--wild-rider-red:#db143c;
}