Color names in this palette
CSS code for this palette
/* CSS */
.honey-tone {
color: #f9d99a;
}
.butterscotch {
color: #f9b248;
}
.hot-orange {
color: #f78c3b;
}
.orange-soda {
color: #f45c3e;
}
.dragon-s-blood {
color: #b63e48;
}
/* CSS Variables */
:root {
--honey-tone:#f9d99a;
--butterscotch:#f9b248;
--hot-orange:#f78c3b;
--orange-soda:#f45c3e;
--dragon-s-blood:#b63e48;
}