Color names in this palette
CSS code for this palette
/* CSS */
.pickled-salmon {
color: #ff6a57;
}
.fire-orange {
color: #ff8f5c;
}
.cape-jasmine {
color: #ffb85c;
}
.digital-yellow {
color: #ffe77a;
}
.grape-green {
color: #a9e0a3;
}
/* CSS Variables */
:root {
--pickled-salmon:#ff6a57;
--fire-orange:#ff8f5c;
--cape-jasmine:#ffb85c;
--digital-yellow:#ffe77a;
--grape-green:#a9e0a3;
}