Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.lusty-gallant {
color: #ff7c4d;
}
.papaya {
color: #ff9a5c;
}
.spiced-nectarine {
color: #ffbc70;
}
.snug-yellow {
color: #ffdb80;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--lusty-gallant:#ff7c4d;
--papaya:#ff9a5c;
--spiced-nectarine:#ffbc70;
--snug-yellow:#ffdb80;
}