Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.flame-orange {
color: #f78c22;
}
.prometheus-orange {
color: #f15a22;
}
.jasper {
color: #d63843;
}
.amaranth-deep-purple {
color: #9c2b6b;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--flame-orange:#f78c22;
--prometheus-orange:#f15a22;
--jasper:#d63843;
--amaranth-deep-purple:#9c2b6b;
}