Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62d2b;
}
.chi-gong {
color: #d32c27;
}
.raichu-orange {
color: #f5ae3d;
}
.twinkling-lights {
color: #fff9c2;
}
.powder-blue {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--harissa-red:#a62d2b;
--chi-gong:#d32c27;
--raichu-orange:#f5ae3d;
--twinkling-lights:#fff9c2;
--powder-blue:#b1e0e7;
}