Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.joyful-orange {
color: #ff913d;
}
.orange-pop {
color: #ffbb3d;
}
.pac-man {
color: #ffe53d;
}
.stellar-strawberry {
color: #ff618e;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--joyful-orange:#ff913d;
--orange-pop:#ffbb3d;
--pac-man:#ffe53d;
--stellar-strawberry:#ff618e;
}