Color names in this palette
CSS code for this palette
/* CSS */
.cape-jasmine {
color: #ffbb5c;
}
.orange-bell-pepper {
color: #ff8b42;
}
.smashed-pumpkin {
color: #ff6a38;
}
.dusk-orange {
color: #ff4d3d;
}
.king-crimson {
color: #c44c4a;
}
/* CSS Variables */
:root {
--cape-jasmine:#ffbb5c;
--orange-bell-pepper:#ff8b42;
--smashed-pumpkin:#ff6a38;
--dusk-orange:#ff4d3d;
--king-crimson:#c44c4a;
}