Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.royal-oranje {
color: #ff7b29;
}
.phoenix-flames {
color: #ff9c1a;
}
.soviet-gold {
color: #ffd900;
}
.dancing-lady-orchid {
color: #e0f500;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--royal-oranje:#ff7b29;
--phoenix-flames:#ff9c1a;
--soviet-gold:#ffd900;
--dancing-lady-orchid:#e0f500;
}