Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.chat-orange {
color: #f99f3e;
}
.orange-soda {
color: #f95c39;
}
.fireglow {
color: #d85f41;
}
.tulip-red {
color: #b54f6e;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--chat-orange:#f99f3e;
--orange-soda:#f95c39;
--fireglow:#d85f41;
--tulip-red:#b54f6e;
}