Color names in this palette
CSS code for this palette
/* CSS */
.cape-jasmine {
color: #ffb85c;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.orange-soda {
color: #ff5e3d;
}
.coral-red {
color: #ff3d3d;
}
.chi-gong {
color: #d2282b;
}
/* CSS Variables */
:root {
--cape-jasmine:#ffb85c;
--synthetic-pumpkin:#ff7b3d;
--orange-soda:#ff5e3d;
--coral-red:#ff3d3d;
--chi-gong:#d2282b;
}