Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.hot-orange {
color: #f68d3c;
}
.chinese-orange {
color: #f56e3d;
}
.strawberry-avalanche {
color: #f5503d;
}
.dungeon-keeper {
color: #f52e3b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--hot-orange:#f68d3c;
--chinese-orange:#f56e3d;
--strawberry-avalanche:#f5503d;
--dungeon-keeper:#f52e3b;
}